Html Css Color HEX #C37811 Ochre

📋 copy color: '#C37811'

red 195 ◦ green 120 ◦ blue 17

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

Shades of Ochre #C37811

Tints of Ochre #C37811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

 BLUE value IS 17 (7.03% from 255) = 5.12%

R = 58.73%
G = 36.14%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C37811 (or 0xC37811) is known color: Ochre. HEX triplet: C3, 78 and 11. RGB value is (195,120,17). Sum of RGB (Red+Green+Blue) = 195+120+17=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C37811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37811 is #3C87EE. Grayscale: #838383. Windows color (decimal): -3966959 or 1145027. OLE color: 1145027.

HSL color Cylindrical-coordinate representation of color #C37811: hue angle of 34.72º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C37811 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 120 17 -
CMYK 0 0.38 0.91 0.24
HSL 34.72º 0.84% 0.42% -
HSV(B) 34.72º 0.91% 0.76% -
XYZ 29.32 25.08 3.82 -
YUV 130.68 63.85 173.88 -
System Red Green Blue C M Y K H S L
Decimal 195 120 17 0 0.38 0.91 0.24 34.72 0.84 0.42
Hex C3 78 11 0 26 5B 18 23 54 2A
Octal 303 170 21 0 46 133 30 43 124 52
Binary 11000011 1111000 10001 0 100110 1011011 11000 100011 1010100 101010

Color Harmonies of #C37811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37811

Black with #C37811

Text Example


Text Example

White with #C37811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37811; }

 p { color: rgb(195,120,17); }

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

background-color css

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

 a { background-color: rgb(195,120,17); }

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

border-color css

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

 span { border-color: rgb(195,120,17); }

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