#52230A

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

Shades of Baker's Chocolate #52230A

Tints of Baker's Chocolate #52230A

Color information

#52230A (or 0x52230A) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 23 and 0A. RGB value is (82,35,10). Sum of RGB (Red+Green+Blue) = 82+35+10=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #52230A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52230A is #ADDCF5. Grayscale: #2E2E2E. Windows color (decimal): -11394294 or 664402. OLE color: 664402.

HSL color Cylindrical-coordinate representation of color #52230A: hue angle of 20.83º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52230A is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB823510-
CMYK00.570.880.68
HSL20.83º78.26%18.04%-
HSV(B)20.83º87.8%32.16%-
XYZ4.143.020.65-
YUV46.2107.57153.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.57%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 10 (4.30% from 255) = 7.87%
R=64.57%
G=27.56%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82351000.570.880.6820.8378.2618.04
Hex5223A0395844154e12
Octal12243120711301042511622
Binary1010010100011101001110011011000100010010101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52230A; }

 p { color: rgb(82,35,10); }

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

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

 a { background-color: rgb(82,35,10); }

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

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

 span { border-color: rgb(82,35,10); }

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