Html Css Color HEX #53260A Baker's Chocolate

📋 copy color: '#53260A'

red 83 ◦ green 38 ◦ blue 10

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

Shades of Baker's Chocolate #53260A

Tints of Baker's Chocolate #53260A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.63%

R = 63.36%
G = 29.01%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53260A (or 0x53260A) is known color: Baker's Chocolate. HEX triplet: 53, 26 and 0A. RGB value is (83,38,10). Sum of RGB (Red+Green+Blue) = 83+38+10=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53260A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53260A is #ACD9F5. Grayscale: #303030. Windows color (decimal): -11327990 or 665171. OLE color: 665171.

HSL color Cylindrical-coordinate representation of color #53260A: hue angle of 23.01º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53260A is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 38 10 -
CMYK 0 0.54 0.88 0.67
HSL 23.01º 0.78% 0.18% -
HSV(B) 23.01º 0.88% 0.33% -
XYZ 4.32 3.25 0.69 -
YUV 48.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 83 38 10 0 0.54 0.88 0.67 23.01 0.78 0.18
Hex 53 26 A 0 36 58 43 17 4E 12
Octal 123 46 12 0 66 130 103 27 116 22
Binary 1010011 100110 1010 0 110110 1011000 1000011 10111 1001110 10010

Color Harmonies of #53260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53260A

Black with #53260A

Text Example


Text Example

White with #53260A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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