Html Css Color HEX #53260F Baker's Chocolate

📋 copy color: '#53260F'

red 83 ◦ green 38 ◦ blue 15

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

Shades of Baker's Chocolate #53260F

Tints of Baker's Chocolate #53260F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 61.03%
G = 27.94%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53260F (or 0x53260F) is known color: Baker's Chocolate. HEX triplet: 53, 26 and 0F. RGB value is (83,38,15). Sum of RGB (Red+Green+Blue) = 83+38+15=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #53260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53260F is #ACD9F0. Grayscale: #303030. Windows color (decimal): -11327985 or 992851. OLE color: 992851.

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

Color convert

RGB 83 38 15 -
CMYK 0 0.54 0.82 0.67
HSL 20.29º 0.69% 0.19% -
HSV(B) 20.29º 0.82% 0.33% -
XYZ 4.35 3.26 0.85 -
YUV 48.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 83 38 15 0 0.54 0.82 0.67 20.29 0.69 0.19
Hex 53 26 F 0 36 52 43 14 45 13
Octal 123 46 17 0 66 122 103 24 105 23
Binary 1010011 100110 1111 0 110110 1010010 1000011 10100 1000101 10011

Color Harmonies of #53260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53260F

Black with #53260F

Text Example


Text Example

White with #53260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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