Html Css Color HEX #4B451A Madras

📋 copy color: '#4B451A'

red 75 ◦ green 69 ◦ blue 26

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

Shades of Madras #4B451A

Tints of Madras #4B451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.59%

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 44.12%
G = 40.59%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4B451A (or 0x4B451A) is known color: Madras. HEX triplet: 4B, 45 and 1A. RGB value is (75,69,26). Sum of RGB (Red+Green+Blue) = 75+69+26=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B451A is #B4BAE5. Grayscale: #424242. Windows color (decimal): -11844326 or 1721675. OLE color: 1721675.

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

Color convert

RGB 75 69 26 -
CMYK 0 0.08 0.65 0.71
HSL 52.65º 0.49% 0.2% -
HSV(B) 52.65º 0.65% 0.29% -
XYZ 5.22 5.83 1.83 -
YUV 65.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 75 69 26 0 0.08 0.65 0.71 52.65 0.49 0.2
Hex 4B 45 1A 0 8 41 47 35 31 14
Octal 113 105 32 0 10 101 107 65 61 24
Binary 1001011 1000101 11010 0 1000 1000001 1000111 110101 110001 10100

Color Harmonies of #4B451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B451A

Black with #4B451A

Text Example


Text Example

White with #4B451A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,69,26); }

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

background-color css

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

 a { background-color: rgb(75,69,26); }

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

border-color css

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

 span { border-color: rgb(75,69,26); }

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