Html Css Color HEX #483002 Mikado

📋 copy color: '#483002'

red 72 ◦ green 48 ◦ blue 2

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

Shades of Mikado #483002

Tints of Mikado #483002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.34%

 BLUE value IS 2 (1.17% from 255) = 1.64%

R = 59.02%
G = 39.34%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#483002 (or 0x483002) is known color: Mikado. HEX triplet: 48, 30 and 02. RGB value is (72,48,2). Sum of RGB (Red+Green+Blue) = 72+48+2=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #483002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483002 is #B7CFFD. Grayscale: #323232. Windows color (decimal): -12046334 or 143432. OLE color: 143432.

HSL color Cylindrical-coordinate representation of color #483002: hue angle of 39.43º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #483002 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 2 -
CMYK 0 0.33 0.97 0.72
HSL 39.43º 0.95% 0.15% -
HSV(B) 39.43º 0.97% 0.28% -
XYZ 3.74 3.5 0.54 -
YUV 49.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 72 48 2 0 0.33 0.97 0.72 39.43 0.95 0.15
Hex 48 30 2 0 21 61 48 27 5F F
Octal 110 60 2 0 41 141 110 47 137 17
Binary 1001000 110000 10 0 100001 1100001 1001000 100111 1011111 1111

Color Harmonies of #483002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483002

Black with #483002

Text Example


Text Example

White with #483002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483002; }

 p { color: rgb(72,48,2); }

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

background-color css

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

 a { background-color: rgb(72,48,2); }

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

border-color css

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

 span { border-color: rgb(72,48,2); }

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