#52380B

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

Shades of Baker's Chocolate #52380B

Tints of Baker's Chocolate #52380B

Color information

#52380B (or 0x52380B) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 38 and 0B. RGB value is (82,56,11). Sum of RGB (Red+Green+Blue) = 82+56+11=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52380B is #ADC7F4. Grayscale: #3A3A3A. Windows color (decimal): -11388917 or 735314. OLE color: 735314.

HSL color Cylindrical-coordinate representation of color #52380B: hue angle of 38.03º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52380B is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB825611-
CMYK00.320.870.68
HSL38.03º76.34%18.24%-
HSV(B)38.03º86.59%32.16%-
XYZ4.954.650.95-
YUV58.64101.11144.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 55.03%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 11 (4.69% from 255) = 7.38%
R=55.03%
G=37.58%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82561100.320.870.6838.0376.3418.24
Hex5238B0205744264c12
Octal12270130401271044611422
Binary10100101110001011010000010101111000100100110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52380B; }

 p { color: rgb(82,56,11); }

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

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

 a { background-color: rgb(82,56,11); }

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

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

 span { border-color: rgb(82,56,11); }

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