Html Css Color HEX #C4750E Ochre

📋 copy color: '#C4750E'

red 196 ◦ green 117 ◦ blue 14

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

Shades of Ochre #C4750E

Tints of Ochre #C4750E

RGB

 RED value IS 196 (76.95% from 255) = 59.94%

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

 BLUE value IS 14 (5.86% from 255) = 4.28%

R = 59.94%
G = 35.78%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4750E (or 0xC4750E) is known color: Ochre. HEX triplet: C4, 75 and 0E. RGB value is (196,117,14). Sum of RGB (Red+Green+Blue) = 196+117+14=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4750E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4750E is #3B8AF1. Grayscale: #818181. Windows color (decimal): -3902194 or 947652. OLE color: 947652.

HSL color Cylindrical-coordinate representation of color #C4750E: hue angle of 33.96º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4750E is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 117 14 -
CMYK 0 0.40 0.93 0.23
HSL 33.96º 0.87% 0.41% -
HSV(B) 33.96º 0.93% 0.77% -
XYZ 29.21 24.49 3.6 -
YUV 128.88 63.17 175.88 -
System Red Green Blue C M Y K H S L
Decimal 196 117 14 0 0.40 0.93 0.23 33.96 0.87 0.41
Hex C4 75 E 0 28 5D 17 22 57 29
Octal 304 165 16 0 50 135 27 42 127 51
Binary 11000100 1110101 1110 0 101000 1011101 10111 100010 1010111 101001

Color Harmonies of #C4750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4750E

Black with #C4750E

Text Example


Text Example

White with #C4750E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4750E; }

 p { color: rgb(196,117,14); }

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

background-color css

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

 a { background-color: rgb(196,117,14); }

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

border-color css

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

 span { border-color: rgb(196,117,14); }

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