Html Css Color HEX #53350B Baker's Chocolate

📋 copy color: '#53350B'

red 83 ◦ green 53 ◦ blue 11

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

Shades of Baker's Chocolate #53350B

Tints of Baker's Chocolate #53350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.05%

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

R = 56.46%
G = 36.05%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53350B (or 0x53350B) is known color: Baker's Chocolate. HEX triplet: 53, 35 and 0B. RGB value is (83,53,11). Sum of RGB (Red+Green+Blue) = 83+53+11=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53350B is #ACCAF4. Grayscale: #393939. Windows color (decimal): -11324149 or 734547. OLE color: 734547.

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

Color convert

RGB 83 53 11 -
CMYK 0 0.36 0.87 0.67
HSL 35º 0.77% 0.18% -
HSV(B) 35º 0.87% 0.33% -
XYZ 4.9 4.41 0.91 -
YUV 57.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 83 53 11 0 0.36 0.87 0.67 35 0.77 0.18
Hex 53 35 B 0 24 57 43 23 4D 12
Octal 123 65 13 0 44 127 103 43 115 22
Binary 1010011 110101 1011 0 100100 1010111 1000011 100011 1001101 10010

Color Harmonies of #53350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53350B

Black with #53350B

Text Example


Text Example

White with #53350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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