Html Css Color HEX #C46E24 Ochre

📋 copy color: '#C46E24'

red 196 ◦ green 110 ◦ blue 36

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

Shades of Ochre #C46E24

Tints of Ochre #C46E24

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.16%

 BLUE value IS 36 (14.45% from 255) = 10.53%

R = 57.31%
G = 32.16%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C46E24 (or 0xC46E24) is known color: Ochre. HEX triplet: C4, 6E and 24. RGB value is (196,110,36). Sum of RGB (Red+Green+Blue) = 196+110+36=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46E24 is #3B91DB. Grayscale: #7F7F7F. Windows color (decimal): -3903964 or 2387652. OLE color: 2387652.

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

Color convert

RGB 196 110 36 -
CMYK 0 0.44 0.82 0.23
HSL 27.75º 0.69% 0.45% -
HSV(B) 27.75º 0.82% 0.77% -
XYZ 28.66 23.02 4.6 -
YUV 127.28 76.49 177.02 -
System Red Green Blue C M Y K H S L
Decimal 196 110 36 0 0.44 0.82 0.23 27.75 0.69 0.45
Hex C4 6E 24 0 2C 52 17 1C 45 2D
Octal 304 156 44 0 54 122 27 34 105 55
Binary 11000100 1101110 100100 0 101100 1010010 10111 11100 1000101 101101

Color Harmonies of #C46E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46E24

Black with #C46E24

Text Example


Text Example

White with #C46E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46E24; }

 p { color: rgb(196,110,36); }

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

background-color css

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

 a { background-color: rgb(196,110,36); }

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

border-color css

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

 span { border-color: rgb(196,110,36); }

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