Html Css Color HEX #4B3508 Madras

📋 copy color: '#4B3508'

red 75 ◦ green 53 ◦ blue 8

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

Shades of Madras #4B3508

Tints of Madras #4B3508

RGB

 RED value IS 75 (29.69% from 255) = 55.15%

 GREEN value IS 53 (21.09% from 255) = 38.97%

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

R = 55.15%
G = 38.97%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4B3508 (or 0x4B3508) is known color: Madras. HEX triplet: 4B, 35 and 08. RGB value is (75,53,8). Sum of RGB (Red+Green+Blue) = 75+53+8=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3508 is #B4CAF7. Grayscale: #363636. Windows color (decimal): -11848440 or 537931. OLE color: 537931.

HSL color Cylindrical-coordinate representation of color #4B3508: hue angle of 40.3º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B3508 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 53 8 -
CMYK 0 0.29 0.89 0.71
HSL 40.3º 0.81% 0.16% -
HSV(B) 40.3º 0.89% 0.29% -
XYZ 4.22 4.06 0.79 -
YUV 54.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 75 53 8 0 0.29 0.89 0.71 40.3 0.81 0.16
Hex 4B 35 8 0 1D 59 47 28 51 10
Octal 113 65 10 0 35 131 107 50 121 20
Binary 1001011 110101 1000 0 11101 1011001 1000111 101000 1010001 10000

Color Harmonies of #4B3508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3508

Black with #4B3508

Text Example


Text Example

White with #4B3508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B3508; }

 p { color: rgb(75,53,8); }

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

background-color css

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

 a { background-color: rgb(75,53,8); }

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

border-color css

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

 span { border-color: rgb(75,53,8); }

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