Html Css Color HEX #C17B18 Ochre

📋 copy color: '#C17B18'

red 193 ◦ green 123 ◦ blue 24

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

Shades of Ochre #C17B18

Tints of Ochre #C17B18

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.18%

 BLUE value IS 24 (9.77% from 255) = 7.06%

R = 56.76%
G = 36.18%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C17B18 (or 0xC17B18) is known color: Ochre. HEX triplet: C1, 7B and 18. RGB value is (193,123,24). Sum of RGB (Red+Green+Blue) = 193+123+24=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17B18 is #3E84E7. Grayscale: #858585. Windows color (decimal): -4097256 or 1604545. OLE color: 1604545.

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

Color convert

RGB 193 123 24 -
CMYK 0 0.36 0.88 0.24
HSL 35.15º 0.78% 0.43% -
HSV(B) 35.15º 0.88% 0.76% -
XYZ 29.24 25.57 4.26 -
YUV 132.64 66.69 171.05 -
System Red Green Blue C M Y K H S L
Decimal 193 123 24 0 0.36 0.88 0.24 35.15 0.78 0.43
Hex C1 7B 18 0 24 58 18 23 4E 2B
Octal 301 173 30 0 44 130 30 43 116 53
Binary 11000001 1111011 11000 0 100100 1011000 11000 100011 1001110 101011

Color Harmonies of #C17B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17B18

Black with #C17B18

Text Example


Text Example

White with #C17B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17B18; }

 p { color: rgb(193,123,24); }

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

background-color css

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

 a { background-color: rgb(193,123,24); }

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

border-color css

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

 span { border-color: rgb(193,123,24); }

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