Html Css Color HEX #C37610 Ochre

📋 copy color: '#C37610'

red 195 ◦ green 118 ◦ blue 16

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

Shades of Ochre #C37610

Tints of Ochre #C37610

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 59.27%
G = 35.87%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C37610 (or 0xC37610) is known color: Ochre. HEX triplet: C3, 76 and 10. RGB value is (195,118,16). Sum of RGB (Red+Green+Blue) = 195+118+16=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C37610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37610 is #3C89EF. Grayscale: #818181. Windows color (decimal): -3967472 or 1078979. OLE color: 1078979.

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

Color convert

RGB 195 118 16 -
CMYK 0 0.39 0.92 0.24
HSL 34.19º 0.85% 0.41% -
HSV(B) 34.19º 0.92% 0.76% -
XYZ 29.08 24.6 3.71 -
YUV 129.4 64.01 174.79 -
System Red Green Blue C M Y K H S L
Decimal 195 118 16 0 0.39 0.92 0.24 34.19 0.85 0.41
Hex C3 76 10 0 27 5C 18 22 55 29
Octal 303 166 20 0 47 134 30 42 125 51
Binary 11000011 1110110 10000 0 100111 1011100 11000 100010 1010101 101001

Color Harmonies of #C37610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37610

Black with #C37610

Text Example


Text Example

White with #C37610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37610; }

 p { color: rgb(195,118,16); }

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

background-color css

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

 a { background-color: rgb(195,118,16); }

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

border-color css

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

 span { border-color: rgb(195,118,16); }

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