Html Css Color HEX #464208 Madras

📋 copy color: '#464208'

red 70 ◦ green 66 ◦ blue 8

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

Shades of Madras #464208

Tints of Madras #464208

RGB

 RED value IS 70 (27.73% from 255) = 48.61%

 GREEN value IS 66 (26.17% from 255) = 45.83%

 BLUE value IS 8 (3.52% from 255) = 5.56%

R = 48.61%
G = 45.83%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#464208 (or 0x464208) is known color: Madras. HEX triplet: 46, 42 and 08. RGB value is (70,66,8). Sum of RGB (Red+Green+Blue) = 70+66+8=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #464208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464208 is #B9BDF7. Grayscale: #3C3C3C. Windows color (decimal): -12172792 or 541254. OLE color: 541254.

HSL color Cylindrical-coordinate representation of color #464208: hue angle of 56.13º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #464208 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 66 8 -
CMYK 0 0.06 0.89 0.73
HSL 56.13º 0.79% 0.15% -
HSV(B) 56.13º 0.89% 0.27% -
XYZ 4.52 5.22 1 -
YUV 60.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 70 66 8 0 0.06 0.89 0.73 56.13 0.79 0.15
Hex 46 42 8 0 6 59 49 38 4F F
Octal 106 102 10 0 6 131 111 70 117 17
Binary 1000110 1000010 1000 0 110 1011001 1001001 111000 1001111 1111

Color Harmonies of #464208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464208

Black with #464208

Text Example


Text Example

White with #464208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464208; }

 p { color: rgb(70,66,8); }

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

background-color css

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

 a { background-color: rgb(70,66,8); }

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

border-color css

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

 span { border-color: rgb(70,66,8); }

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