Html Css Color HEX #483802 Madras

📋 copy color: '#483802'

red 72 ◦ green 56 ◦ blue 2

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

Shades of Madras #483802

Tints of Madras #483802

RGB

 RED value IS 72 (28.52% from 255) = 55.38%

 GREEN value IS 56 (22.27% from 255) = 43.08%

 BLUE value IS 2 (1.17% from 255) = 1.54%

R = 55.38%
G = 43.08%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#483802 (or 0x483802) is known color: Madras. HEX triplet: 48, 38 and 02. RGB value is (72,56,2). Sum of RGB (Red+Green+Blue) = 72+56+2=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #483802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483802 is #B7C7FD. Grayscale: #363636. Windows color (decimal): -12044286 or 145480. OLE color: 145480.

HSL color Cylindrical-coordinate representation of color #483802: hue angle of 46.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #483802 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 56 2 -
CMYK 0 0.22 0.97 0.72
HSL 46.29º 0.95% 0.15% -
HSV(B) 46.29º 0.97% 0.28% -
XYZ 4.1 4.21 0.65 -
YUV 54.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 72 56 2 0 0.22 0.97 0.72 46.29 0.95 0.15
Hex 48 38 2 0 16 61 48 2E 5F F
Octal 110 70 2 0 26 141 110 56 137 17
Binary 1001000 111000 10 0 10110 1100001 1001000 101110 1011111 1111

Color Harmonies of #483802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483802

Black with #483802

Text Example


Text Example

White with #483802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483802; }

 p { color: rgb(72,56,2); }

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

background-color css

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

 a { background-color: rgb(72,56,2); }

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

border-color css

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

 span { border-color: rgb(72,56,2); }

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