Html Css Color HEX #483308 Mikado

📋 copy color: '#483308'

red 72 ◦ green 51 ◦ blue 8

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

Shades of Mikado #483308

Tints of Mikado #483308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.93%

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

R = 54.96%
G = 38.93%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#483308 (or 0x483308) is known color: Mikado. HEX triplet: 48, 33 and 08. RGB value is (72,51,8). Sum of RGB (Red+Green+Blue) = 72+51+8=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #483308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483308 is #B7CCF7. Grayscale: #343434. Windows color (decimal): -12045560 or 537416. OLE color: 537416.

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

Color convert

RGB 72 51 8 -
CMYK 0 0.29 0.89 0.72
HSL 40.31º 0.8% 0.16% -
HSV(B) 40.31º 0.89% 0.28% -
XYZ 3.9 3.76 0.75 -
YUV 52.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 72 51 8 0 0.29 0.89 0.72 40.31 0.8 0.16
Hex 48 33 8 0 1D 59 48 28 50 10
Octal 110 63 10 0 35 131 110 50 120 20
Binary 1001000 110011 1000 0 11101 1011001 1001000 101000 1010000 10000

Color Harmonies of #483308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483308

Black with #483308

Text Example


Text Example

White with #483308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483308; }

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

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

background-color css

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

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

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

border-color css

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

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

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