Html Css Color HEX #53370B Baker's Chocolate

📋 copy color: '#53370B'

red 83 ◦ green 55 ◦ blue 11

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

Shades of Baker's Chocolate #53370B

Tints of Baker's Chocolate #53370B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.91%

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

R = 55.7%
G = 36.91%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53370B (or 0x53370B) is known color: Baker's Chocolate. HEX triplet: 53, 37 and 0B. RGB value is (83,55,11). Sum of RGB (Red+Green+Blue) = 83+55+11=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53370B is #ACC8F4. Grayscale: #3A3A3A. Windows color (decimal): -11323637 or 735059. OLE color: 735059.

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

Color convert

RGB 83 55 11 -
CMYK 0 0.34 0.87 0.67
HSL 36.67º 0.77% 0.18% -
HSV(B) 36.67º 0.87% 0.33% -
XYZ 4.99 4.6 0.94 -
YUV 58.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 83 55 11 0 0.34 0.87 0.67 36.67 0.77 0.18
Hex 53 37 B 0 22 57 43 25 4D 12
Octal 123 67 13 0 42 127 103 45 115 22
Binary 1010011 110111 1011 0 100010 1010111 1000011 100101 1001101 10010

Color Harmonies of #53370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53370B

Black with #53370B

Text Example


Text Example

White with #53370B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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