Html Css Color HEX #53220D Baker's Chocolate

📋 copy color: '#53220D'

red 83 ◦ green 34 ◦ blue 13

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

Shades of Baker's Chocolate #53220D

Tints of Baker's Chocolate #53220D

RGB

 RED value IS 83 (32.81% from 255) = 63.85%

 GREEN value IS 34 (13.67% from 255) = 26.15%

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

R = 63.85%
G = 26.15%
B = 10%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53220D (or 0x53220D) is known color: Baker's Chocolate. HEX triplet: 53, 22 and 0D. RGB value is (83,34,13). Sum of RGB (Red+Green+Blue) = 83+34+13=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53220D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53220D is #ACDDF2. Grayscale: #2E2E2E. Windows color (decimal): -11329011 or 860755. OLE color: 860755.

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

Color convert

RGB 83 34 13 -
CMYK 0 0.59 0.84 0.67
HSL 18º 0.73% 0.19% -
HSV(B) 18º 0.84% 0.33% -
XYZ 4.21 3.01 0.74 -
YUV 46.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 83 34 13 0 0.59 0.84 0.67 18 0.73 0.19
Hex 53 22 D 0 3B 54 43 12 49 13
Octal 123 42 15 0 73 124 103 22 111 23
Binary 1010011 100010 1101 0 111011 1010100 1000011 10010 1001001 10011

Color Harmonies of #53220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53220D

Black with #53220D

Text Example


Text Example

White with #53220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,34,13); }

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

background-color css

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

 a { background-color: rgb(83,34,13); }

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

border-color css

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

 span { border-color: rgb(83,34,13); }

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