#482D00

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

Shades of Baker's Chocolate #482D00

Tints of Baker's Chocolate #482D00

Color information

#482D00 (or 0x482D00) is unknown color: approx Baker's Chocolate. HEX triplet: 48, 2D and 00. RGB value is (72,45,0). Sum of RGB (Red+Green+Blue) = 72+45+0=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #482D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D00 is #B7D2FF. Grayscale: #303030. Windows color (decimal): -12047104 or 11592. OLE color: 11592.

HSL color Cylindrical-coordinate representation of color #482D00: hue angle of 37.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #482D00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB72450-
CMYK00.3810.72
HSL37.5º100%14.12%-
HSV(B)37.5º100%28.24%-
XYZ3.613.250.44-
YUV47.94100.95145.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 45 (17.97% from 255) = 38.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.54%
G=38.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7245000.3810.7237.510014.12
Hex482D002664482664e
Octal1105500461441104614416
Binary1001000101101001001101100100100100010011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,45,0); }

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

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

 a { background-color: rgb(72,45,0); }

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

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

 span { border-color: rgb(72,45,0); }

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