Html Css Color HEX #52260F Baker's Chocolate

📋 copy color: '#52260F'

red 82 ◦ green 38 ◦ blue 15

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

Shades of Baker's Chocolate #52260F

Tints of Baker's Chocolate #52260F

RGB

 RED value IS 82 (32.42% from 255) = 60.74%

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

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

R = 60.74%
G = 28.15%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52260F (or 0x52260F) is known color: Baker's Chocolate. HEX triplet: 52, 26 and 0F. RGB value is (82,38,15). Sum of RGB (Red+Green+Blue) = 82+38+15=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #52260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52260F is #ADD9F0. Grayscale: #303030. Windows color (decimal): -11393521 or 992850. OLE color: 992850.

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

Color convert

RGB 82 38 15 -
CMYK 0 0.54 0.82 0.68
HSL 20.6º 0.69% 0.19% -
HSV(B) 20.6º 0.82% 0.32% -
XYZ 4.26 3.21 0.85 -
YUV 48.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 82 38 15 0 0.54 0.82 0.68 20.6 0.69 0.19
Hex 52 26 F 0 36 52 44 15 45 13
Octal 122 46 17 0 66 122 104 25 105 23
Binary 1010010 100110 1111 0 110110 1010010 1000100 10101 1000101 10011

Color Harmonies of #52260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52260F

Black with #52260F

Text Example


Text Example

White with #52260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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