Html Css Color HEX #52340F Baker's Chocolate

📋 copy color: '#52340F'

red 82 ◦ green 52 ◦ blue 15

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

Shades of Baker's Chocolate #52340F

Tints of Baker's Chocolate #52340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.9%

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

R = 55.03%
G = 34.9%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52340F (or 0x52340F) is known color: Baker's Chocolate. HEX triplet: 52, 34 and 0F. RGB value is (82,52,15). Sum of RGB (Red+Green+Blue) = 82+52+15=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #52340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52340F is #ADCBF0. Grayscale: #383838. Windows color (decimal): -11389937 or 996434. OLE color: 996434.

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

Color convert

RGB 82 52 15 -
CMYK 0 0.37 0.82 0.68
HSL 33.13º 0.69% 0.19% -
HSV(B) 33.13º 0.82% 0.32% -
XYZ 4.79 4.28 1.03 -
YUV 56.75 104.44 146.01 -
System Red Green Blue C M Y K H S L
Decimal 82 52 15 0 0.37 0.82 0.68 33.13 0.69 0.19
Hex 52 34 F 0 25 52 44 21 45 13
Octal 122 64 17 0 45 122 104 41 105 23
Binary 1010010 110100 1111 0 100101 1010010 1000100 100001 1000101 10011

Color Harmonies of #52340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52340F

Black with #52340F

Text Example


Text Example

White with #52340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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