Html Css Color HEX #463B08 Madras

📋 copy color: '#463B08'

red 70 ◦ green 59 ◦ blue 8

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

Shades of Madras #463B08

Tints of Madras #463B08

RGB

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

 GREEN value IS 59 (23.44% from 255) = 43.07%

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

R = 51.09%
G = 43.07%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#463B08 (or 0x463B08) is known color: Madras. HEX triplet: 46, 3B and 08. RGB value is (70,59,8). Sum of RGB (Red+Green+Blue) = 70+59+8=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #463B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463B08 is #B9C4F7. Grayscale: #383838. Windows color (decimal): -12174584 or 539462. OLE color: 539462.

HSL color Cylindrical-coordinate representation of color #463B08: hue angle of 49.35º 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 #463B08 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 59 8 -
CMYK 0 0.16 0.89 0.73
HSL 49.35º 0.79% 0.15% -
HSV(B) 49.35º 0.89% 0.27% -
XYZ 4.13 4.45 0.87 -
YUV 56.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 70 59 8 0 0.16 0.89 0.73 49.35 0.79 0.15
Hex 46 3B 8 0 10 59 49 31 4F F
Octal 106 73 10 0 20 131 111 61 117 17
Binary 1000110 111011 1000 0 10000 1011001 1001001 110001 1001111 1111

Color Harmonies of #463B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B08

Black with #463B08

Text Example


Text Example

White with #463B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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