Html Css Color HEX #C46F24 Ochre

📋 copy color: '#C46F24'

red 196 ◦ green 111 ◦ blue 36

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

Shades of Ochre #C46F24

Tints of Ochre #C46F24

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.36%

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

R = 57.14%
G = 32.36%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C46F24 (or 0xC46F24) is known color: Ochre. HEX triplet: C4, 6F and 24. RGB value is (196,111,36). Sum of RGB (Red+Green+Blue) = 196+111+36=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F24 is #3B90DB. Grayscale: #808080. Windows color (decimal): -3903708 or 2387908. OLE color: 2387908.

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

Color convert

RGB 196 111 36 -
CMYK 0 0.43 0.82 0.23
HSL 28.13º 0.69% 0.45% -
HSV(B) 28.13º 0.82% 0.77% -
XYZ 28.77 23.23 4.64 -
YUV 127.87 76.16 176.6 -
System Red Green Blue C M Y K H S L
Decimal 196 111 36 0 0.43 0.82 0.23 28.13 0.69 0.45
Hex C4 6F 24 0 2B 52 17 1C 45 2D
Octal 304 157 44 0 53 122 27 34 105 55
Binary 11000100 1101111 100100 0 101011 1010010 10111 11100 1000101 101101

Color Harmonies of #C46F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F24

Black with #C46F24

Text Example


Text Example

White with #C46F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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