Html Css Color HEX #52230D Baker's Chocolate

📋 copy color: '#52230D'

red 82 ◦ green 35 ◦ blue 13

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

Shades of Baker's Chocolate #52230D

Tints of Baker's Chocolate #52230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10%

R = 63.08%
G = 26.92%
B = 10%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52230D (or 0x52230D) is known color: Baker's Chocolate. HEX triplet: 52, 23 and 0D. RGB value is (82,35,13). Sum of RGB (Red+Green+Blue) = 82+35+13=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #52230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52230D is #ADDCF2. Grayscale: #2E2E2E. Windows color (decimal): -11394291 or 861010. OLE color: 861010.

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

Color convert

RGB 82 35 13 -
CMYK 0 0.57 0.84 0.68
HSL 19.13º 0.73% 0.19% -
HSV(B) 19.13º 0.84% 0.32% -
XYZ 4.15 3.02 0.75 -
YUV 46.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 82 35 13 0 0.57 0.84 0.68 19.13 0.73 0.19
Hex 52 23 D 0 39 54 44 13 49 13
Octal 122 43 15 0 71 124 104 23 111 23
Binary 1010010 100011 1101 0 111001 1010100 1000100 10011 1001001 10011

Color Harmonies of #52230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52230D

Black with #52230D

Text Example


Text Example

White with #52230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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