Html Css Color HEX #53200B Baker's Chocolate

📋 copy color: '#53200B'

red 83 ◦ green 32 ◦ blue 11

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

Shades of Baker's Chocolate #53200B

Tints of Baker's Chocolate #53200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.4%

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

R = 65.87%
G = 25.4%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53200B (or 0x53200B) is known color: Baker's Chocolate. HEX triplet: 53, 20 and 0B. RGB value is (83,32,11). Sum of RGB (Red+Green+Blue) = 83+32+11=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #53200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53200B is #ACDFF4. Grayscale: #2C2C2C. Windows color (decimal): -11329525 or 729171. OLE color: 729171.

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

Color convert

RGB 83 32 11 -
CMYK 0 0.61 0.87 0.67
HSL 17.5º 0.77% 0.18% -
HSV(B) 17.5º 0.87% 0.33% -
XYZ 4.14 2.9 0.66 -
YUV 44.86 108.9 155.21 -
System Red Green Blue C M Y K H S L
Decimal 83 32 11 0 0.61 0.87 0.67 17.5 0.77 0.18
Hex 53 20 B 0 3D 57 43 12 4D 12
Octal 123 40 13 0 75 127 103 22 115 22
Binary 1010011 100000 1011 0 111101 1010111 1000011 10010 1001101 10010

Color Harmonies of #53200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53200B

Black with #53200B

Text Example


Text Example

White with #53200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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