#482A03

Color #482A03 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #482A03

Tints of Baker's Chocolate #482A03

Color information

#482A03 (or 0x482A03) is unknown color: approx Baker's Chocolate. HEX triplet: 48, 2A and 03. RGB value is (72,42,3). Sum of RGB (Red+Green+Blue) = 72+42+3=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #482A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A03 is #B7D5FC. Grayscale: #2E2E2E. Windows color (decimal): -12047869 or 207432. OLE color: 207432.

HSL color Cylindrical-coordinate representation of color #482A03: hue angle of 33.91º 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 #482A03 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB72423-
CMYK00.420.960.72
HSL33.91º92%14.71%-
HSV(B)33.91º95.83%28.24%-
XYZ3.523.040.49-
YUV46.52103.44146.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 3 (1.56% from 255) = 2.56%
R=61.54%
G=35.90%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7242300.420.960.7233.919214.71
Hex482A302A6048225cf
Octal1105230521401104213417
Binary10010001010101101010101100000100100010001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482A03; }

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

 H1.HeaderClassName
 {
   color: #482A03;
 }
 .AnyTagClassName
 {
   color: #482A03;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #482A03;
 }
 .BgClassName
 {
   background-color: #482A03;
 }
</style>
border-color css

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

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

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