Html Css Color HEX #4B3F03 Madras

📋 copy color: '#4B3F03'

red 75 ◦ green 63 ◦ blue 3

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

Shades of Madras #4B3F03

Tints of Madras #4B3F03

RGB

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

 GREEN value IS 63 (25% from 255) = 44.68%

 BLUE value IS 3 (1.56% from 255) = 2.13%

R = 53.19%
G = 44.68%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#4B3F03 (or 0x4B3F03) is known color: Madras. HEX triplet: 4B, 3F and 03. RGB value is (75,63,3). Sum of RGB (Red+Green+Blue) = 75+63+3=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3F03 is #B4C0FC. Grayscale: #3B3B3B. Windows color (decimal): -11845885 or 212811. OLE color: 212811.

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

Color convert

RGB 75 63 3 -
CMYK 0 0.16 0.96 0.71
HSL 50º 0.92% 0.15% -
HSV(B) 50º 0.96% 0.29% -
XYZ 4.7 5.06 0.81 -
YUV 59.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 75 63 3 0 0.16 0.96 0.71 50 0.92 0.15
Hex 4B 3F 3 0 10 60 47 32 5C F
Octal 113 77 3 0 20 140 107 62 134 17
Binary 1001011 111111 11 0 10000 1100000 1000111 110010 1011100 1111

Color Harmonies of #4B3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3F03

Black with #4B3F03

Text Example


Text Example

White with #4B3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,63,3); }

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

background-color css

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

 a { background-color: rgb(75,63,3); }

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

border-color css

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

 span { border-color: rgb(75,63,3); }

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