#482900

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

Shades of Baker's Chocolate #482900

Tints of Baker's Chocolate #482900

Color information

#482900 (or 0x482900) is unknown color: approx Baker's Chocolate. HEX triplet: 48, 29 and 00. RGB value is (72,41,0). Sum of RGB (Red+Green+Blue) = 72+41+0=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #482900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482900 is #B7D6FF. Grayscale: #2D2D2D. Windows color (decimal): -12048128 or 10568. OLE color: 10568.

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

Color convert

RGB72410-
CMYK00.4310.72
HSL34.17º100%14.12%-
HSV(B)34.17º100%28.24%-
XYZ3.472.960.39-
YUV45.6102.27146.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 41 (16.41% from 255) = 36.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.72%
G=36.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7241000.4310.7234.1710014.12
Hex4829002B64482264e
Octal1105100531441104214416
Binary1001000101001001010111100100100100010001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482900; }

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

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

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

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

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

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

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

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