Html Css Color HEX #4B400C Madras

📋 copy color: '#4B400C'

red 75 ◦ green 64 ◦ blue 12

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

Shades of Madras #4B400C

Tints of Madras #4B400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.38%

 BLUE value IS 12 (5.08% from 255) = 7.95%

R = 49.67%
G = 42.38%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#4B400C (or 0x4B400C) is known color: Madras. HEX triplet: 4B, 40 and 0C. RGB value is (75,64,12). Sum of RGB (Red+Green+Blue) = 75+64+12=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B400C is #B4BFF3. Grayscale: #3D3D3D. Windows color (decimal): -11845620 or 802891. OLE color: 802891.

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

Color convert

RGB 75 64 12 -
CMYK 0 0.15 0.84 0.71
HSL 49.52º 0.72% 0.17% -
HSV(B) 49.52º 0.84% 0.29% -
XYZ 4.8 5.19 1.1 -
YUV 61.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 75 64 12 0 0.15 0.84 0.71 49.52 0.72 0.17
Hex 4B 40 C 0 F 54 47 32 48 11
Octal 113 100 14 0 17 124 107 62 110 21
Binary 1001011 1000000 1100 0 1111 1010100 1000111 110010 1001000 10001

Color Harmonies of #4B400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B400C

Black with #4B400C

Text Example


Text Example

White with #4B400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,64,12); }

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

background-color css

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

 a { background-color: rgb(75,64,12); }

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

border-color css

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

 span { border-color: rgb(75,64,12); }

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