Html Css Color HEX #C4771A Ochre

📋 copy color: '#C4771A'

red 196 ◦ green 119 ◦ blue 26

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

Shades of Ochre #C4771A

Tints of Ochre #C4771A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.62%

R = 57.48%
G = 34.9%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4771A (or 0xC4771A) is known color: Ochre. HEX triplet: C4, 77 and 1A. RGB value is (196,119,26). Sum of RGB (Red+Green+Blue) = 196+119+26=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4771A is #3B88E5. Grayscale: #838383. Windows color (decimal): -3901670 or 1734596. OLE color: 1734596.

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

Color convert

RGB 196 119 26 -
CMYK 0 0.39 0.87 0.23
HSL 32.82º 0.77% 0.44% -
HSV(B) 32.82º 0.87% 0.77% -
XYZ 29.55 25 4.25 -
YUV 131.42 68.51 174.06 -
System Red Green Blue C M Y K H S L
Decimal 196 119 26 0 0.39 0.87 0.23 32.82 0.77 0.44
Hex C4 77 1A 0 27 57 17 21 4D 2C
Octal 304 167 32 0 47 127 27 41 115 54
Binary 11000100 1110111 11010 0 100111 1010111 10111 100001 1001101 101100

Color Harmonies of #C4771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4771A

Black with #C4771A

Text Example


Text Example

White with #C4771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4771A; }

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

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

background-color css

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

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

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

border-color css

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

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

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