Html Css Color HEX #C37514 Ochre

📋 copy color: '#C37514'

red 195 ◦ green 117 ◦ blue 20

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

Shades of Ochre #C37514

Tints of Ochre #C37514

RGB

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

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

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

R = 58.73%
G = 35.24%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C37514 (or 0xC37514) is known color: Ochre. HEX triplet: C3, 75 and 14. RGB value is (195,117,20). Sum of RGB (Red+Green+Blue) = 195+117+20=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C37514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37514 is #3C8AEB. Grayscale: #818181. Windows color (decimal): -3967724 or 1340867. OLE color: 1340867.

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

Color convert

RGB 195 117 20 -
CMYK 0 0.4 0.90 0.24
HSL 33.26º 0.81% 0.42% -
HSV(B) 33.26º 0.9% 0.76% -
XYZ 28.99 24.38 3.84 -
YUV 129.26 66.34 174.89 -
System Red Green Blue C M Y K H S L
Decimal 195 117 20 0 0.4 0.90 0.24 33.26 0.81 0.42
Hex C3 75 14 0 28 5A 18 21 51 2A
Octal 303 165 24 0 50 132 30 41 121 52
Binary 11000011 1110101 10100 0 101000 1011010 11000 100001 1010001 101010

Color Harmonies of #C37514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37514

Black with #C37514

Text Example


Text Example

White with #C37514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37514; }

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

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

background-color css

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

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

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

border-color css

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

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

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