Html Css Color HEX #52270E Baker's Chocolate

📋 copy color: '#52270E'

red 82 ◦ green 39 ◦ blue 14

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

Shades of Baker's Chocolate #52270E

Tints of Baker's Chocolate #52270E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.37%

R = 60.74%
G = 28.89%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#52270E (or 0x52270E) is known color: Baker's Chocolate. HEX triplet: 52, 27 and 0E. RGB value is (82,39,14). Sum of RGB (Red+Green+Blue) = 82+39+14=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #52270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52270E is #ADD8F1. Grayscale: #313131. Windows color (decimal): -11393266 or 927570. OLE color: 927570.

HSL color Cylindrical-coordinate representation of color #52270E: hue angle of 22.06º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52270E is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 39 14 -
CMYK 0 0.52 0.83 0.68
HSL 22.06º 0.71% 0.19% -
HSV(B) 22.06º 0.83% 0.32% -
XYZ 4.28 3.28 0.82 -
YUV 49.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 82 39 14 0 0.52 0.83 0.68 22.06 0.71 0.19
Hex 52 27 E 0 34 53 44 16 47 13
Octal 122 47 16 0 64 123 104 26 107 23
Binary 1010010 100111 1110 0 110100 1010011 1000100 10110 1000111 10011

Color Harmonies of #52270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52270E

Black with #52270E

Text Example


Text Example

White with #52270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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