Html Css Color HEX #53220A Baker's Chocolate

📋 copy color: '#53220A'

red 83 ◦ green 34 ◦ blue 10

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

Shades of Baker's Chocolate #53220A

Tints of Baker's Chocolate #53220A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.87%

R = 65.35%
G = 26.77%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53220A (or 0x53220A) is known color: Baker's Chocolate. HEX triplet: 53, 22 and 0A. RGB value is (83,34,10). Sum of RGB (Red+Green+Blue) = 83+34+10=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #53220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53220A is #ACDDF5. Grayscale: #2E2E2E. Windows color (decimal): -11329014 or 664147. OLE color: 664147.

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

Color convert

RGB 83 34 10 -
CMYK 0 0.59 0.88 0.67
HSL 19.73º 0.78% 0.18% -
HSV(B) 19.73º 0.88% 0.33% -
XYZ 4.19 3 0.65 -
YUV 45.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 83 34 10 0 0.59 0.88 0.67 19.73 0.78 0.18
Hex 53 22 A 0 3B 58 43 14 4E 12
Octal 123 42 12 0 73 130 103 24 116 22
Binary 1010011 100010 1010 0 111011 1011000 1000011 10100 1001110 10010

Color Harmonies of #53220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53220A

Black with #53220A

Text Example


Text Example

White with #53220A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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