Html Css Color HEX #52230B Baker's Chocolate

📋 copy color: '#52230B'

red 82 ◦ green 35 ◦ blue 11

#52230B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #52230B

Tints of Baker's Chocolate #52230B

RGB

 RED value IS 82 (32.42% from 255) = 64.06%

 GREEN value IS 35 (14.06% from 255) = 27.34%

 BLUE value IS 11 (4.69% from 255) = 8.59%

R = 64.06%
G = 27.34%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#52230B (or 0x52230B) is known color: Baker's Chocolate. HEX triplet: 52, 23 and 0B. RGB value is (82,35,11). Sum of RGB (Red+Green+Blue) = 82+35+11=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #52230B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52230B is #ADDCF4. Grayscale: #2E2E2E. Windows color (decimal): -11394293 or 729938. OLE color: 729938.

HSL color Cylindrical-coordinate representation of color #52230B: hue angle of 20.28º 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 #52230B is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 35 11 -
CMYK 0 0.57 0.87 0.68
HSL 20.28º 0.76% 0.18% -
HSV(B) 20.28º 0.87% 0.32% -
XYZ 4.14 3.02 0.68 -
YUV 46.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 82 35 11 0 0.57 0.87 0.68 20.28 0.76 0.18
Hex 52 23 B 0 39 57 44 14 4C 12
Octal 122 43 13 0 71 127 104 24 114 22
Binary 1010010 100011 1011 0 111001 1010111 1000100 10100 1001100 10010

Color Harmonies of #52230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52230B

Black with #52230B

Text Example


Text Example

White with #52230B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52230B;
 }
 .AnyTagClassName
 {
   color: #52230B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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