Html Css Color HEX #483409 Mikado

📋 copy color: '#483409'

red 72 ◦ green 52 ◦ blue 9

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

Shades of Mikado #483409

Tints of Mikado #483409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.1%

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

R = 54.14%
G = 39.1%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#483409 (or 0x483409) is known color: Mikado. HEX triplet: 48, 34 and 09. RGB value is (72,52,9). Sum of RGB (Red+Green+Blue) = 72+52+9=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #483409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483409 is #B7CBF6. Grayscale: #353535. Windows color (decimal): -12045303 or 603208. OLE color: 603208.

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

Color convert

RGB 72 52 9 -
CMYK 0 0.28 0.88 0.72
HSL 40.95º 0.78% 0.16% -
HSV(B) 40.95º 0.88% 0.28% -
XYZ 3.95 3.85 0.79 -
YUV 53.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 72 52 9 0 0.28 0.88 0.72 40.95 0.78 0.16
Hex 48 34 9 0 1C 58 48 29 4E 10
Octal 110 64 11 0 34 130 110 51 116 20
Binary 1001000 110100 1001 0 11100 1011000 1001000 101001 1001110 10000

Color Harmonies of #483409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483409

Black with #483409

Text Example


Text Example

White with #483409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483409; }

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

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

background-color css

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

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

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

border-color css

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

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

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