Html Css Color HEX #483208 Mikado

📋 copy color: '#483208'

red 72 ◦ green 50 ◦ blue 8

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

Shades of Mikado #483208

Tints of Mikado #483208

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.46%

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

R = 55.38%
G = 38.46%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#483208 (or 0x483208) is known color: Mikado. HEX triplet: 48, 32 and 08. RGB value is (72,50,8). Sum of RGB (Red+Green+Blue) = 72+50+8=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #483208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483208 is #B7CDF7. Grayscale: #333333. Windows color (decimal): -12045816 or 537160. OLE color: 537160.

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

Color convert

RGB 72 50 8 -
CMYK 0 0.31 0.89 0.72
HSL 39.38º 0.8% 0.16% -
HSV(B) 39.38º 0.89% 0.28% -
XYZ 3.86 3.68 0.74 -
YUV 51.79 103.29 142.42 -
System Red Green Blue C M Y K H S L
Decimal 72 50 8 0 0.31 0.89 0.72 39.38 0.8 0.16
Hex 48 32 8 0 1F 59 48 27 50 10
Octal 110 62 10 0 37 131 110 47 120 20
Binary 1001000 110010 1000 0 11111 1011001 1001000 100111 1010000 10000

Color Harmonies of #483208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483208

Black with #483208

Text Example


Text Example

White with #483208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483208; }

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

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

background-color css

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

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

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

border-color css

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

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

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