Html Css Color HEX #483B08 Madras

📋 copy color: '#483B08'

red 72 ◦ green 59 ◦ blue 8

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

Shades of Madras #483B08

Tints of Madras #483B08

RGB

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

 GREEN value IS 59 (23.44% from 255) = 42.45%

 BLUE value IS 8 (3.52% from 255) = 5.76%

R = 51.8%
G = 42.45%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#483B08 (or 0x483B08) is known color: Madras. HEX triplet: 48, 3B and 08. RGB value is (72,59,8). Sum of RGB (Red+Green+Blue) = 72+59+8=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #483B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483B08 is #B7C4F7. Grayscale: #393939. Windows color (decimal): -12043512 or 539464. OLE color: 539464.

HSL color Cylindrical-coordinate representation of color #483B08: hue angle of 47.81º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #483B08 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 59 8 -
CMYK 0 0.18 0.89 0.72
HSL 47.81º 0.8% 0.16% -
HSV(B) 47.81º 0.89% 0.28% -
XYZ 4.28 4.52 0.88 -
YUV 57.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 72 59 8 0 0.18 0.89 0.72 47.81 0.8 0.16
Hex 48 3B 8 0 12 59 48 30 50 10
Octal 110 73 10 0 22 131 110 60 120 20
Binary 1001000 111011 1000 0 10010 1011001 1001000 110000 1010000 10000

Color Harmonies of #483B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B08

Black with #483B08

Text Example


Text Example

White with #483B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483B08; }

 p { color: rgb(72,59,8); }

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

background-color css

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

 a { background-color: rgb(72,59,8); }

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

border-color css

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

 span { border-color: rgb(72,59,8); }

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