Html Css Color HEX #53210B Baker's Chocolate

📋 copy color: '#53210B'

red 83 ◦ green 33 ◦ blue 11

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

Shades of Baker's Chocolate #53210B

Tints of Baker's Chocolate #53210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.98%

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

R = 65.35%
G = 25.98%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53210B (or 0x53210B) is known color: Baker's Chocolate. HEX triplet: 53, 21 and 0B. RGB value is (83,33,11). Sum of RGB (Red+Green+Blue) = 83+33+11=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #53210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53210B is #ACDEF4. Grayscale: #2D2D2D. Windows color (decimal): -11329269 or 729427. OLE color: 729427.

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

Color convert

RGB 83 33 11 -
CMYK 0 0.60 0.87 0.67
HSL 18.33º 0.77% 0.18% -
HSV(B) 18.33º 0.87% 0.33% -
XYZ 4.17 2.95 0.67 -
YUV 45.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 83 33 11 0 0.60 0.87 0.67 18.33 0.77 0.18
Hex 53 21 B 0 3C 57 43 12 4D 12
Octal 123 41 13 0 74 127 103 22 115 22
Binary 1010011 100001 1011 0 111100 1010111 1000011 10010 1001101 10010

Color Harmonies of #53210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53210B

Black with #53210B

Text Example


Text Example

White with #53210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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