Html Css Color HEX #53260B Baker's Chocolate

📋 copy color: '#53260B'

red 83 ◦ green 38 ◦ blue 11

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

Shades of Baker's Chocolate #53260B

Tints of Baker's Chocolate #53260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.79%

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

R = 62.88%
G = 28.79%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53260B (or 0x53260B) is known color: Baker's Chocolate. HEX triplet: 53, 26 and 0B. RGB value is (83,38,11). Sum of RGB (Red+Green+Blue) = 83+38+11=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53260B is #ACD9F4. Grayscale: #303030. Windows color (decimal): -11327989 or 730707. OLE color: 730707.

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

Color convert

RGB 83 38 11 -
CMYK 0 0.54 0.87 0.67
HSL 22.5º 0.77% 0.18% -
HSV(B) 22.5º 0.87% 0.33% -
XYZ 4.32 3.25 0.72 -
YUV 48.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 83 38 11 0 0.54 0.87 0.67 22.5 0.77 0.18
Hex 53 26 B 0 36 57 43 16 4D 12
Octal 123 46 13 0 66 127 103 26 115 22
Binary 1010011 100110 1011 0 110110 1010111 1000011 10110 1001101 10010

Color Harmonies of #53260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53260B

Black with #53260B

Text Example


Text Example

White with #53260B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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