Html Css Color HEX #C4771E Ochre

📋 copy color: '#C4771E'

red 196 ◦ green 119 ◦ blue 30

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

Shades of Ochre #C4771E

Tints of Ochre #C4771E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.7%

R = 56.81%
G = 34.49%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4771E (or 0xC4771E) is known color: Ochre. HEX triplet: C4, 77 and 1E. RGB value is (196,119,30). Sum of RGB (Red+Green+Blue) = 196+119+30=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C4771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4771E is #3B88E1. Grayscale: #848484. Windows color (decimal): -3901666 or 1996740. OLE color: 1996740.

HSL color Cylindrical-coordinate representation of color #C4771E: hue angle of 32.17º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4771E is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 119 30 -
CMYK 0 0.39 0.85 0.23
HSL 32.17º 0.73% 0.44% -
HSV(B) 32.17º 0.85% 0.77% -
XYZ 29.6 25.02 4.5 -
YUV 131.88 70.51 173.74 -
System Red Green Blue C M Y K H S L
Decimal 196 119 30 0 0.39 0.85 0.23 32.17 0.73 0.44
Hex C4 77 1E 0 27 55 17 20 49 2C
Octal 304 167 36 0 47 125 27 40 111 54
Binary 11000100 1110111 11110 0 100111 1010101 10111 100000 1001001 101100

Color Harmonies of #C4771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4771E

Black with #C4771E

Text Example


Text Example

White with #C4771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4771E; }

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

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

background-color css

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

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

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

border-color css

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

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

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