Html Css Color HEX #52290F Baker's Chocolate

📋 copy color: '#52290F'

red 82 ◦ green 41 ◦ blue 15

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

Shades of Baker's Chocolate #52290F

Tints of Baker's Chocolate #52290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.71%

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

R = 59.42%
G = 29.71%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52290F (or 0x52290F) is known color: Baker's Chocolate. HEX triplet: 52, 29 and 0F. RGB value is (82,41,15). Sum of RGB (Red+Green+Blue) = 82+41+15=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #52290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52290F is #ADD6F0. Grayscale: #323232. Windows color (decimal): -11392753 or 993618. OLE color: 993618.

HSL color Cylindrical-coordinate representation of color #52290F: hue angle of 23.28º 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 #52290F is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 15 -
CMYK 0 0.50 0.82 0.68
HSL 23.28º 0.69% 0.19% -
HSV(B) 23.28º 0.82% 0.32% -
XYZ 4.36 3.41 0.88 -
YUV 50.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 82 41 15 0 0.50 0.82 0.68 23.28 0.69 0.19
Hex 52 29 F 0 32 52 44 17 45 13
Octal 122 51 17 0 62 122 104 27 105 23
Binary 1010010 101001 1111 0 110010 1010010 1000100 10111 1000101 10011

Color Harmonies of #52290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52290F

Black with #52290F

Text Example


Text Example

White with #52290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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