Html Css Color HEX #483702 Madras

📋 copy color: '#483702'

red 72 ◦ green 55 ◦ blue 2

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

Shades of Madras #483702

Tints of Madras #483702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.64%

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

R = 55.81%
G = 42.64%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#483702 (or 0x483702) is known color: Madras. HEX triplet: 48, 37 and 02. RGB value is (72,55,2). Sum of RGB (Red+Green+Blue) = 72+55+2=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #483702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483702 is #B7C8FD. Grayscale: #363636. Windows color (decimal): -12044542 or 145224. OLE color: 145224.

HSL color Cylindrical-coordinate representation of color #483702: hue angle of 45.43º 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 #483702 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 55 2 -
CMYK 0 0.24 0.97 0.72
HSL 45.43º 0.95% 0.15% -
HSV(B) 45.43º 0.97% 0.28% -
XYZ 4.05 4.11 0.64 -
YUV 54.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 72 55 2 0 0.24 0.97 0.72 45.43 0.95 0.15
Hex 48 37 2 0 18 61 48 2D 5F F
Octal 110 67 2 0 30 141 110 55 137 17
Binary 1001000 110111 10 0 11000 1100001 1001000 101101 1011111 1111

Color Harmonies of #483702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483702

Black with #483702

Text Example


Text Example

White with #483702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483702; }

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

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

background-color css

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

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

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

border-color css

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

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

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