Html Css Color HEX #4B3A08 Madras

📋 copy color: '#4B3A08'

red 75 ◦ green 58 ◦ blue 8

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

Shades of Madras #4B3A08

Tints of Madras #4B3A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.13%

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

R = 53.19%
G = 41.13%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4B3A08 (or 0x4B3A08) is known color: Madras. HEX triplet: 4B, 3A and 08. RGB value is (75,58,8). Sum of RGB (Red+Green+Blue) = 75+58+8=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3A08 is #B4C5F7. Grayscale: #393939. Windows color (decimal): -11847160 or 539211. OLE color: 539211.

HSL color Cylindrical-coordinate representation of color #4B3A08: hue angle of 44.78º 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 #4B3A08 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 58 8 -
CMYK 0 0.23 0.89 0.71
HSL 44.78º 0.81% 0.16% -
HSV(B) 44.78º 0.89% 0.29% -
XYZ 4.46 4.54 0.87 -
YUV 57.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 75 58 8 0 0.23 0.89 0.71 44.78 0.81 0.16
Hex 4B 3A 8 0 17 59 47 2D 51 10
Octal 113 72 10 0 27 131 107 55 121 20
Binary 1001011 111010 1000 0 10111 1011001 1000111 101101 1010001 10000

Color Harmonies of #4B3A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3A08

Black with #4B3A08

Text Example


Text Example

White with #4B3A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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