Html Css Color HEX #C4771C Ochre

📋 copy color: '#C4771C'

red 196 ◦ green 119 ◦ blue 28

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

Shades of Ochre #C4771C

Tints of Ochre #C4771C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.16%

R = 57.14%
G = 34.69%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4771C (or 0xC4771C) is known color: Ochre. HEX triplet: C4, 77 and 1C. RGB value is (196,119,28). Sum of RGB (Red+Green+Blue) = 196+119+28=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C4771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4771C is #3B88E3. Grayscale: #848484. Windows color (decimal): -3901668 or 1865668. OLE color: 1865668.

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

Color convert

RGB 196 119 28 -
CMYK 0 0.39 0.86 0.23
HSL 32.5º 0.75% 0.44% -
HSV(B) 32.5º 0.86% 0.77% -
XYZ 29.57 25.01 4.37 -
YUV 131.65 69.51 173.9 -
System Red Green Blue C M Y K H S L
Decimal 196 119 28 0 0.39 0.86 0.23 32.5 0.75 0.44
Hex C4 77 1C 0 27 56 17 20 4B 2C
Octal 304 167 34 0 47 126 27 40 113 54
Binary 11000100 1110111 11100 0 100111 1010110 10111 100000 1001011 101100

Color Harmonies of #C4771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4771C

Black with #C4771C

Text Example


Text Example

White with #C4771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4771C; }

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

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

background-color css

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

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

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

border-color css

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

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

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