Html Css Color HEX #C37911 Ochre

📋 copy color: '#C37911'

red 195 ◦ green 121 ◦ blue 17

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

Shades of Ochre #C37911

Tints of Ochre #C37911

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.34%

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

R = 58.56%
G = 36.34%
B = 5.11%

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

#C37911 (or 0xC37911) is known color: Ochre. HEX triplet: C3, 79 and 11. RGB value is (195,121,17). Sum of RGB (Red+Green+Blue) = 195+121+17=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C37911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37911 is #3C86EE. Grayscale: #838383. Windows color (decimal): -3966703 or 1145283. OLE color: 1145283.

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

Color convert

RGB 195 121 17 -
CMYK 0 0.38 0.91 0.24
HSL 35.06º 0.84% 0.42% -
HSV(B) 35.06º 0.91% 0.76% -
XYZ 29.44 25.32 3.87 -
YUV 131.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 195 121 17 0 0.38 0.91 0.24 35.06 0.84 0.42
Hex C3 79 11 0 26 5B 18 23 54 2A
Octal 303 171 21 0 46 133 30 43 124 52
Binary 11000011 1111001 10001 0 100110 1011011 11000 100011 1010100 101010

Color Harmonies of #C37911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37911

Black with #C37911

Text Example


Text Example

White with #C37911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37911; }

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

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

background-color css

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

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

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

border-color css

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

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

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