Html Css Color HEX #483303 Mikado

📋 copy color: '#483303'

red 72 ◦ green 51 ◦ blue 3

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

Shades of Mikado #483303

Tints of Mikado #483303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.38%

R = 57.14%
G = 40.48%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#483303 (or 0x483303) is known color: Mikado. HEX triplet: 48, 33 and 03. RGB value is (72,51,3). Sum of RGB (Red+Green+Blue) = 72+51+3=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #483303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483303 is #B7CCFC. Grayscale: #343434. Windows color (decimal): -12045565 or 209736. OLE color: 209736.

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

Color convert

RGB 72 51 3 -
CMYK 0 0.29 0.96 0.72
HSL 41.74º 0.92% 0.15% -
HSV(B) 41.74º 0.96% 0.28% -
XYZ 3.87 3.75 0.61 -
YUV 51.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 72 51 3 0 0.29 0.96 0.72 41.74 0.92 0.15
Hex 48 33 3 0 1D 60 48 2A 5C F
Octal 110 63 3 0 35 140 110 52 134 17
Binary 1001000 110011 11 0 11101 1100000 1001000 101010 1011100 1111

Color Harmonies of #483303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483303

Black with #483303

Text Example


Text Example

White with #483303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483303; }

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

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

background-color css

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

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

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

border-color css

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

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

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