Html Css Color HEX #C4770E Ochre

📋 copy color: '#C4770E'

red 196 ◦ green 119 ◦ blue 14

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

Shades of Ochre #C4770E

Tints of Ochre #C4770E

RGB

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

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

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

R = 59.57%
G = 36.17%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4770E (or 0xC4770E) is known color: Ochre. HEX triplet: C4, 77 and 0E. RGB value is (196,119,14). Sum of RGB (Red+Green+Blue) = 196+119+14=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4770E is #3B88F1. Grayscale: #828282. Windows color (decimal): -3901682 or 948164. OLE color: 948164.

HSL color Cylindrical-coordinate representation of color #C4770E: hue angle of 34.62º 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 #C4770E is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 119 14 -
CMYK 0 0.39 0.93 0.23
HSL 34.62º 0.87% 0.41% -
HSV(B) 34.62º 0.93% 0.77% -
XYZ 29.44 24.96 3.68 -
YUV 130.05 62.51 175.04 -
System Red Green Blue C M Y K H S L
Decimal 196 119 14 0 0.39 0.93 0.23 34.62 0.87 0.41
Hex C4 77 E 0 27 5D 17 23 57 29
Octal 304 167 16 0 47 135 27 43 127 51
Binary 11000100 1110111 1110 0 100111 1011101 10111 100011 1010111 101001

Color Harmonies of #C4770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4770E

Black with #C4770E

Text Example


Text Example

White with #C4770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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