Html Css Color HEX #4B3F07 Madras

📋 copy color: '#4B3F07'

red 75 ◦ green 63 ◦ blue 7

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

Shades of Madras #4B3F07

Tints of Madras #4B3F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.83%

R = 51.72%
G = 43.45%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.71

RGB Variations

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

Color information

#4B3F07 (or 0x4B3F07) is known color: Madras. HEX triplet: 4B, 3F and 07. RGB value is (75,63,7). Sum of RGB (Red+Green+Blue) = 75+63+7=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3F07 is #B4C0F8. Grayscale: #3C3C3C. Windows color (decimal): -11845881 or 474955. OLE color: 474955.

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

Color convert

RGB 75 63 7 -
CMYK 0 0.16 0.91 0.71
HSL 49.41º 0.83% 0.16% -
HSV(B) 49.41º 0.91% 0.29% -
XYZ 4.72 5.07 0.93 -
YUV 60.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 75 63 7 0 0.16 0.91 0.71 49.41 0.83 0.16
Hex 4B 3F 7 0 10 5B 47 31 53 10
Octal 113 77 7 0 20 133 107 61 123 20
Binary 1001011 111111 111 0 10000 1011011 1000111 110001 1010011 10000

Color Harmonies of #4B3F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3F07

Black with #4B3F07

Text Example


Text Example

White with #4B3F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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