Html Css Color HEX #C37714 Ochre

📋 copy color: '#C37714'

red 195 ◦ green 119 ◦ blue 20

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

Shades of Ochre #C37714

Tints of Ochre #C37714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 58.38%
G = 35.63%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C37714 (or 0xC37714) is known color: Ochre. HEX triplet: C3, 77 and 14. RGB value is (195,119,20). Sum of RGB (Red+Green+Blue) = 195+119+20=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C37714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37714 is #3C88EB. Grayscale: #828282. Windows color (decimal): -3967212 or 1341379. OLE color: 1341379.

HSL color Cylindrical-coordinate representation of color #C37714: hue angle of 33.94º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C37714 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 119 20 -
CMYK 0 0.39 0.90 0.24
HSL 33.94º 0.81% 0.42% -
HSV(B) 33.94º 0.9% 0.76% -
XYZ 29.23 24.85 3.92 -
YUV 130.44 65.68 174.05 -
System Red Green Blue C M Y K H S L
Decimal 195 119 20 0 0.39 0.90 0.24 33.94 0.81 0.42
Hex C3 77 14 0 27 5A 18 22 51 2A
Octal 303 167 24 0 47 132 30 42 121 52
Binary 11000011 1110111 10100 0 100111 1011010 11000 100010 1010001 101010

Color Harmonies of #C37714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37714

Black with #C37714

Text Example


Text Example

White with #C37714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37714; }

 p { color: rgb(195,119,20); }

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

background-color css

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

 a { background-color: rgb(195,119,20); }

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

border-color css

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

 span { border-color: rgb(195,119,20); }

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