Html Css Color HEX #C4761C Ochre

📋 copy color: '#C4761C'

red 196 ◦ green 118 ◦ blue 28

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

Shades of Ochre #C4761C

Tints of Ochre #C4761C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.5%

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

R = 57.31%
G = 34.5%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4761C (or 0xC4761C) is known color: Ochre. HEX triplet: C4, 76 and 1C. RGB value is (196,118,28). Sum of RGB (Red+Green+Blue) = 196+118+28=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4761C is #3B89E3. Grayscale: #838383. Windows color (decimal): -3901924 or 1865412. OLE color: 1865412.

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

Color convert

RGB 196 118 28 -
CMYK 0 0.40 0.86 0.23
HSL 32.14º 0.75% 0.44% -
HSV(B) 32.14º 0.86% 0.77% -
XYZ 29.45 24.78 4.33 -
YUV 131.06 69.84 174.32 -
System Red Green Blue C M Y K H S L
Decimal 196 118 28 0 0.40 0.86 0.23 32.14 0.75 0.44
Hex C4 76 1C 0 28 56 17 20 4B 2C
Octal 304 166 34 0 50 126 27 40 113 54
Binary 11000100 1110110 11100 0 101000 1010110 10111 100000 1001011 101100

Color Harmonies of #C4761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4761C

Black with #C4761C

Text Example


Text Example

White with #C4761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4761C; }

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

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

background-color css

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

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

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

border-color css

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

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

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