Html Css Color HEX #C37510 Ochre

📋 copy color: '#C37510'

red 195 ◦ green 117 ◦ blue 16

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

Shades of Ochre #C37510

Tints of Ochre #C37510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

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

R = 59.45%
G = 35.67%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C37510 (or 0xC37510) is known color: Ochre. HEX triplet: C3, 75 and 10. RGB value is (195,117,16). Sum of RGB (Red+Green+Blue) = 195+117+16=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C37510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37510 is #3C8AEF. Grayscale: #818181. Windows color (decimal): -3967728 or 1078723. OLE color: 1078723.

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

Color convert

RGB 195 117 16 -
CMYK 0 0.4 0.92 0.24
HSL 33.85º 0.85% 0.41% -
HSV(B) 33.85º 0.92% 0.76% -
XYZ 28.96 24.36 3.67 -
YUV 128.81 64.34 175.21 -
System Red Green Blue C M Y K H S L
Decimal 195 117 16 0 0.4 0.92 0.24 33.85 0.85 0.41
Hex C3 75 10 0 28 5C 18 22 55 29
Octal 303 165 20 0 50 134 30 42 125 51
Binary 11000011 1110101 10000 0 101000 1011100 11000 100010 1010101 101001

Color Harmonies of #C37510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37510

Black with #C37510

Text Example


Text Example

White with #C37510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37510; }

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

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

background-color css

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

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

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

border-color css

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

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

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