Html Css Color HEX #483309 Mikado

📋 copy color: '#483309'

red 72 ◦ green 51 ◦ blue 9

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

Shades of Mikado #483309

Tints of Mikado #483309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.82%

R = 54.55%
G = 38.64%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#483309 (or 0x483309) is known color: Mikado. HEX triplet: 48, 33 and 09. RGB value is (72,51,9). Sum of RGB (Red+Green+Blue) = 72+51+9=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #483309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483309 is #B7CCF6. Grayscale: #343434. Windows color (decimal): -12045559 or 602952. OLE color: 602952.

HSL color Cylindrical-coordinate representation of color #483309: hue angle of 40º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #483309 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 51 9 -
CMYK 0 0.29 0.88 0.72
HSL 40º 0.78% 0.16% -
HSV(B) 40º 0.88% 0.28% -
XYZ 3.91 3.77 0.78 -
YUV 52.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 72 51 9 0 0.29 0.88 0.72 40 0.78 0.16
Hex 48 33 9 0 1D 58 48 28 4E 10
Octal 110 63 11 0 35 130 110 50 116 20
Binary 1001000 110011 1001 0 11101 1011000 1001000 101000 1001110 10000

Color Harmonies of #483309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483309

Black with #483309

Text Example


Text Example

White with #483309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483309; }

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

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

background-color css

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

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

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

border-color css

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

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

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