Html Css Color HEX #C37017 Ochre

📋 copy color: '#C37017'

red 195 ◦ green 112 ◦ blue 23

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

Shades of Ochre #C37017

Tints of Ochre #C37017

RGB

 RED value IS 195 (76.56% from 255) = 59.09%

 GREEN value IS 112 (44.14% from 255) = 33.94%

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

R = 59.09%
G = 33.94%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C37017 (or 0xC37017) is known color: Ochre. HEX triplet: C3, 70 and 17. RGB value is (195,112,23). Sum of RGB (Red+Green+Blue) = 195+112+23=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C37017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37017 is #3C8FE8. Grayscale: #7F7F7F. Windows color (decimal): -3969001 or 1536195. OLE color: 1536195.

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

Color convert

RGB 195 112 23 -
CMYK 0 0.43 0.88 0.24
HSL 31.05º 0.79% 0.43% -
HSV(B) 31.05º 0.88% 0.76% -
XYZ 28.45 23.25 3.8 -
YUV 126.67 69.5 176.74 -
System Red Green Blue C M Y K H S L
Decimal 195 112 23 0 0.43 0.88 0.24 31.05 0.79 0.43
Hex C3 70 17 0 2B 58 18 1F 4F 2B
Octal 303 160 27 0 53 130 30 37 117 53
Binary 11000011 1110000 10111 0 101011 1011000 11000 11111 1001111 101011

Color Harmonies of #C37017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37017

Black with #C37017

Text Example


Text Example

White with #C37017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37017; }

 p { color: rgb(195,112,23); }

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

background-color css

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

 a { background-color: rgb(195,112,23); }

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

border-color css

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

 span { border-color: rgb(195,112,23); }

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