Html Css Color HEX #C17617 Ochre

📋 copy color: '#C17617'

red 193 ◦ green 118 ◦ blue 23

#C17617
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C17617

Tints of Ochre #C17617

RGB

 RED value IS 193 (75.78% from 255) = 57.78%

 GREEN value IS 118 (46.48% from 255) = 35.33%

 BLUE value IS 23 (9.38% from 255) = 6.89%

R = 57.78%
G = 35.33%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C17617 (or 0xC17617) is known color: Ochre. HEX triplet: C1, 76 and 17. RGB value is (193,118,23). Sum of RGB (Red+Green+Blue) = 193+118+23=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C17617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17617 is #3E89E8. Grayscale: #828282. Windows color (decimal): -4098537 or 1537729. OLE color: 1537729.

HSL color Cylindrical-coordinate representation of color #C17617: hue angle of 33.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C17617 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 118 23 -
CMYK 0 0.39 0.88 0.24
HSL 33.53º 0.79% 0.42% -
HSV(B) 33.53º 0.88% 0.76% -
XYZ 28.63 24.36 4 -
YUV 129.6 67.85 173.22 -
System Red Green Blue C M Y K H S L
Decimal 193 118 23 0 0.39 0.88 0.24 33.53 0.79 0.42
Hex C1 76 17 0 27 58 18 22 4F 2A
Octal 301 166 27 0 47 130 30 42 117 52
Binary 11000001 1110110 10111 0 100111 1011000 11000 100010 1001111 101010

Color Harmonies of #C17617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17617

Black with #C17617

Text Example


Text Example

White with #C17617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17617; }

 p { color: rgb(193,118,23); }

 H1.HeaderClassName
 {
   color: #C17617;
 }
 .AnyTagClassName
 {
   color: #C17617;
 }
</style>

background-color css

<style>
 a { background-color: #C17617; }

 a { background-color: rgb(193,118,23); }

 div.DivClassName
 {
   background-color: #C17617;
 }
 .BgClassName
 {
   background-color: #C17617;
 }
</style>

border-color css

<style>
 span { border-color: #C17617; }

 span { border-color: rgb(193,118,23); }

 td.TdClassName
 {
   border-color: #C17617;
 }
 .TagClassName
 {
   border-color: #C17617;
 }
</style>