Html Css Color HEX #53390B Baker's Chocolate

📋 copy color: '#53390B'

red 83 ◦ green 57 ◦ blue 11

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

Shades of Baker's Chocolate #53390B

Tints of Baker's Chocolate #53390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.75%

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

R = 54.97%
G = 37.75%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53390B (or 0x53390B) is known color: Baker's Chocolate. HEX triplet: 53, 39 and 0B. RGB value is (83,57,11). Sum of RGB (Red+Green+Blue) = 83+57+11=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53390B is #ACC6F4. Grayscale: #3B3B3B. Windows color (decimal): -11323125 or 735571. OLE color: 735571.

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

Color convert

RGB 83 57 11 -
CMYK 0 0.31 0.87 0.67
HSL 38.33º 0.77% 0.18% -
HSV(B) 38.33º 0.87% 0.33% -
XYZ 5.09 4.79 0.97 -
YUV 59.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 83 57 11 0 0.31 0.87 0.67 38.33 0.77 0.18
Hex 53 39 B 0 1F 57 43 26 4D 12
Octal 123 71 13 0 37 127 103 46 115 22
Binary 1010011 111001 1011 0 11111 1010111 1000011 100110 1001101 10010

Color Harmonies of #53390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53390B

Black with #53390B

Text Example


Text Example

White with #53390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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