Html Css Color HEX #4B3E02 Madras

📋 copy color: '#4B3E02'

red 75 ◦ green 62 ◦ blue 2

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

Shades of Madras #4B3E02

Tints of Madras #4B3E02

RGB

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

 GREEN value IS 62 (24.61% from 255) = 44.6%

 BLUE value IS 2 (1.17% from 255) = 1.44%

R = 53.96%
G = 44.6%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#4B3E02 (or 0x4B3E02) is known color: Madras. HEX triplet: 4B, 3E and 02. RGB value is (75,62,2). Sum of RGB (Red+Green+Blue) = 75+62+2=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3E02 is #B4C1FD. Grayscale: #3B3B3B. Windows color (decimal): -11846142 or 147019. OLE color: 147019.

HSL color Cylindrical-coordinate representation of color #4B3E02: hue angle of 49.32º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B3E02 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 62 2 -
CMYK 0 0.17 0.97 0.71
HSL 49.32º 0.95% 0.15% -
HSV(B) 49.32º 0.97% 0.29% -
XYZ 4.64 4.95 0.77 -
YUV 59.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 75 62 2 0 0.17 0.97 0.71 49.32 0.95 0.15
Hex 4B 3E 2 0 11 61 47 31 5F F
Octal 113 76 2 0 21 141 107 61 137 17
Binary 1001011 111110 10 0 10001 1100001 1000111 110001 1011111 1111

Color Harmonies of #4B3E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3E02

Black with #4B3E02

Text Example


Text Example

White with #4B3E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,62,2); }

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

background-color css

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

 a { background-color: rgb(75,62,2); }

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

border-color css

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

 span { border-color: rgb(75,62,2); }

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