Html Css Color HEX #52270F Baker's Chocolate

📋 copy color: '#52270F'

red 82 ◦ green 39 ◦ blue 15

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

Shades of Baker's Chocolate #52270F

Tints of Baker's Chocolate #52270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.68%

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

R = 60.29%
G = 28.68%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52270F (or 0x52270F) is known color: Baker's Chocolate. HEX triplet: 52, 27 and 0F. RGB value is (82,39,15). Sum of RGB (Red+Green+Blue) = 82+39+15=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #52270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52270F is #ADD8F0. Grayscale: #313131. Windows color (decimal): -11393265 or 993106. OLE color: 993106.

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

Color convert

RGB 82 39 15 -
CMYK 0 0.52 0.82 0.68
HSL 21.49º 0.69% 0.19% -
HSV(B) 21.49º 0.82% 0.32% -
XYZ 4.29 3.28 0.86 -
YUV 49.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 82 39 15 0 0.52 0.82 0.68 21.49 0.69 0.19
Hex 52 27 F 0 34 52 44 15 45 13
Octal 122 47 17 0 64 122 104 25 105 23
Binary 1010010 100111 1111 0 110100 1010010 1000100 10101 1000101 10011

Color Harmonies of #52270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52270F

Black with #52270F

Text Example


Text Example

White with #52270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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