#482B00

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

Shades of Baker's Chocolate #482B00

Tints of Baker's Chocolate #482B00

Color information

#482B00 (or 0x482B00) is unknown color: approx Baker's Chocolate. HEX triplet: 48, 2B and 00. RGB value is (72,43,0). Sum of RGB (Red+Green+Blue) = 72+43+0=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #482B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B00 is #B7D4FF. Grayscale: #2E2E2E. Windows color (decimal): -12047616 or 11080. OLE color: 11080.

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

Color convert

RGB72430-
CMYK00.4010.72
HSL35.83º100%14.12%-
HSV(B)35.83º100%28.24%-
XYZ3.543.110.41-
YUV46.77101.61146-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 43 (17.19% from 255) = 37.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.61%
G=37.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7243000.4010.7235.8310014.12
Hex482B002864482464e
Octal1105300501441104414416
Binary1001000101011001010001100100100100010010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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