Html Css Color HEX #C37F17 Ochre

📋 copy color: '#C37F17'

red 195 ◦ green 127 ◦ blue 23

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

Shades of Ochre #C37F17

Tints of Ochre #C37F17

RGB

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

 GREEN value IS 127 (50% from 255) = 36.81%

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

R = 56.52%
G = 36.81%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C37F17 (or 0xC37F17) is known color: Ochre. HEX triplet: C3, 7F and 17. RGB value is (195,127,23). Sum of RGB (Red+Green+Blue) = 195+127+23=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37F17 is #3C80E8. Grayscale: #878787. Windows color (decimal): -3965161 or 1540035. OLE color: 1540035.

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

Color convert

RGB 195 127 23 -
CMYK 0 0.35 0.88 0.24
HSL 36.28º 0.79% 0.43% -
HSV(B) 36.28º 0.88% 0.76% -
XYZ 30.25 26.84 4.4 -
YUV 135.48 64.53 170.46 -
System Red Green Blue C M Y K H S L
Decimal 195 127 23 0 0.35 0.88 0.24 36.28 0.79 0.43
Hex C3 7F 17 0 23 58 18 24 4F 2B
Octal 303 177 27 0 43 130 30 44 117 53
Binary 11000011 1111111 10111 0 100011 1011000 11000 100100 1001111 101011

Color Harmonies of #C37F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F17

Black with #C37F17

Text Example


Text Example

White with #C37F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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