Html Css Color HEX #C17818 Ochre

📋 copy color: '#C17818'

red 193 ◦ green 120 ◦ blue 24

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

Shades of Ochre #C17818

Tints of Ochre #C17818

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.61%

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

R = 57.27%
G = 35.61%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C17818 (or 0xC17818) is known color: Ochre. HEX triplet: C1, 78 and 18. RGB value is (193,120,24). Sum of RGB (Red+Green+Blue) = 193+120+24=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C17818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17818 is #3E87E7. Grayscale: #838383. Windows color (decimal): -4098024 or 1603777. OLE color: 1603777.

HSL color Cylindrical-coordinate representation of color #C17818: hue angle of 34.08º 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 #C17818 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 120 24 -
CMYK 0 0.38 0.88 0.24
HSL 34.08º 0.78% 0.43% -
HSV(B) 34.08º 0.88% 0.76% -
XYZ 28.87 24.84 4.14 -
YUV 130.88 67.68 172.31 -
System Red Green Blue C M Y K H S L
Decimal 193 120 24 0 0.38 0.88 0.24 34.08 0.78 0.43
Hex C1 78 18 0 26 58 18 22 4E 2B
Octal 301 170 30 0 46 130 30 42 116 53
Binary 11000001 1111000 11000 0 100110 1011000 11000 100010 1001110 101011

Color Harmonies of #C17818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17818

Black with #C17818

Text Example


Text Example

White with #C17818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17818; }

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

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

background-color css

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

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

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

border-color css

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

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

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