Html Css Color HEX #53220B Baker's Chocolate

📋 copy color: '#53220B'

red 83 ◦ green 34 ◦ blue 11

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

Shades of Baker's Chocolate #53220B

Tints of Baker's Chocolate #53220B

RGB

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

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

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

R = 64.84%
G = 26.56%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53220B (or 0x53220B) is known color: Baker's Chocolate. HEX triplet: 53, 22 and 0B. RGB value is (83,34,11). Sum of RGB (Red+Green+Blue) = 83+34+11=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53220B is #ACDDF4. Grayscale: #2E2E2E. Windows color (decimal): -11329013 or 729683. OLE color: 729683.

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

Color convert

RGB 83 34 11 -
CMYK 0 0.59 0.87 0.67
HSL 19.17º 0.77% 0.18% -
HSV(B) 19.17º 0.87% 0.33% -
XYZ 4.2 3.01 0.68 -
YUV 46.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 83 34 11 0 0.59 0.87 0.67 19.17 0.77 0.18
Hex 53 22 B 0 3B 57 43 13 4D 12
Octal 123 42 13 0 73 127 103 23 115 22
Binary 1010011 100010 1011 0 111011 1010111 1000011 10011 1001101 10010

Color Harmonies of #53220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53220B

Black with #53220B

Text Example


Text Example

White with #53220B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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