Html Css Color HEX #4B3A1B Madras

📋 copy color: '#4B3A1B'

red 75 ◦ green 58 ◦ blue 27

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

Shades of Madras #4B3A1B

Tints of Madras #4B3A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.88%

R = 46.88%
G = 36.25%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#4B3A1B (or 0x4B3A1B) is known color: Madras. HEX triplet: 4B, 3A and 1B. RGB value is (75,58,27). Sum of RGB (Red+Green+Blue) = 75+58+27=160 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.88% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A1B is #B4C5E4. Grayscale: #3B3B3B. Windows color (decimal): -11847141 or 1784395. OLE color: 1784395.

HSL color Cylindrical-coordinate representation of color #4B3A1B: hue angle of 38.75º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B3A1B is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 58 27 -
CMYK 0 0.23 0.64 0.71
HSL 38.75º 0.47% 0.2% -
HSV(B) 38.75º 0.64% 0.29% -
XYZ 4.61 4.6 1.68 -
YUV 59.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 75 58 27 0 0.23 0.64 0.71 38.75 0.47 0.2
Hex 4B 3A 1B 0 17 40 47 27 2F 14
Octal 113 72 33 0 27 100 107 47 57 24
Binary 1001011 111010 11011 0 10111 1000000 1000111 100111 101111 10100

Color Harmonies of #4B3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3A1B

Black with #4B3A1B

Text Example


Text Example

White with #4B3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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