Html Css Color HEX #C17318 Ochre

📋 copy color: '#C17318'

red 193 ◦ green 115 ◦ blue 24

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

Shades of Ochre #C17318

Tints of Ochre #C17318

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.64%

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

R = 58.13%
G = 34.64%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C17318 (or 0xC17318) is known color: Ochre. HEX triplet: C1, 73 and 18. RGB value is (193,115,24). Sum of RGB (Red+Green+Blue) = 193+115+24=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C17318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17318 is #3E8CE7. Grayscale: #808080. Windows color (decimal): -4099304 or 1602497. OLE color: 1602497.

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

Color convert

RGB 193 115 24 -
CMYK 0 0.40 0.88 0.24
HSL 32.31º 0.78% 0.43% -
HSV(B) 32.31º 0.88% 0.76% -
XYZ 28.29 23.66 3.94 -
YUV 127.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 193 115 24 0 0.40 0.88 0.24 32.31 0.78 0.43
Hex C1 73 18 0 28 58 18 20 4E 2B
Octal 301 163 30 0 50 130 30 40 116 53
Binary 11000001 1110011 11000 0 101000 1011000 11000 100000 1001110 101011

Color Harmonies of #C17318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17318

Black with #C17318

Text Example


Text Example

White with #C17318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17318; }

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

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

background-color css

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

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

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

border-color css

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

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

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