Html Css Color HEX #C37D16 Ochre

📋 copy color: '#C37D16'

red 195 ◦ green 125 ◦ blue 22

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

Shades of Ochre #C37D16

Tints of Ochre #C37D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.55%

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 57.02%
G = 36.55%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C37D16 (or 0xC37D16) is known color: Ochre. HEX triplet: C3, 7D and 16. RGB value is (195,125,22). Sum of RGB (Red+Green+Blue) = 195+125+22=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37D16 is #3C82E9. Grayscale: #868686. Windows color (decimal): -3965674 or 1473987. OLE color: 1473987.

HSL color Cylindrical-coordinate representation of color #C37D16: hue angle of 35.72º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C37D16 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 125 22 -
CMYK 0 0.36 0.89 0.24
HSL 35.72º 0.8% 0.43% -
HSV(B) 35.72º 0.89% 0.76% -
XYZ 29.98 26.33 4.26 -
YUV 134.19 64.69 171.38 -
System Red Green Blue C M Y K H S L
Decimal 195 125 22 0 0.36 0.89 0.24 35.72 0.8 0.43
Hex C3 7D 16 0 24 59 18 24 50 2B
Octal 303 175 26 0 44 131 30 44 120 53
Binary 11000011 1111101 10110 0 100100 1011001 11000 100100 1010000 101011

Color Harmonies of #C37D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37D16

Black with #C37D16

Text Example


Text Example

White with #C37D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37D16; }

 p { color: rgb(195,125,22); }

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

background-color css

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

 a { background-color: rgb(195,125,22); }

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

border-color css

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

 span { border-color: rgb(195,125,22); }

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