Html Css Color HEX #C17312 Ochre

📋 copy color: '#C17312'

red 193 ◦ green 115 ◦ blue 18

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

Shades of Ochre #C17312

Tints of Ochre #C17312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 59.2%
G = 35.28%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C17312 (or 0xC17312) is known color: Ochre. HEX triplet: C1, 73 and 12. RGB value is (193,115,18). Sum of RGB (Red+Green+Blue) = 193+115+18=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C17312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17312 is #3E8CED. Grayscale: #7F7F7F. Windows color (decimal): -4099310 or 1209281. OLE color: 1209281.

HSL color Cylindrical-coordinate representation of color #C17312: hue angle of 33.26º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C17312 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 115 18 -
CMYK 0 0.40 0.91 0.24
HSL 33.26º 0.83% 0.41% -
HSV(B) 33.26º 0.91% 0.76% -
XYZ 28.23 23.64 3.65 -
YUV 127.26 66.34 174.89 -
System Red Green Blue C M Y K H S L
Decimal 193 115 18 0 0.40 0.91 0.24 33.26 0.83 0.41
Hex C1 73 12 0 28 5B 18 21 53 29
Octal 301 163 22 0 50 133 30 41 123 51
Binary 11000001 1110011 10010 0 101000 1011011 11000 100001 1010011 101001

Color Harmonies of #C17312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17312

Black with #C17312

Text Example


Text Example

White with #C17312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17312; }

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

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

background-color css

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

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

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

border-color css

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

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

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