Html Css Color HEX #522E0F Baker's Chocolate

📋 copy color: '#522E0F'

red 82 ◦ green 46 ◦ blue 15

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

Shades of Baker's Chocolate #522E0F

Tints of Baker's Chocolate #522E0F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.17%

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

R = 57.34%
G = 32.17%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#522E0F (or 0x522E0F) is known color: Baker's Chocolate. HEX triplet: 52, 2E and 0F. RGB value is (82,46,15). Sum of RGB (Red+Green+Blue) = 82+46+15=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #522E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522E0F is #ADD1F0. Grayscale: #353535. Windows color (decimal): -11391473 or 994898. OLE color: 994898.

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

Color convert

RGB 82 46 15 -
CMYK 0 0.44 0.82 0.68
HSL 27.76º 0.69% 0.19% -
HSV(B) 27.76º 0.82% 0.32% -
XYZ 4.54 3.78 0.94 -
YUV 53.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 82 46 15 0 0.44 0.82 0.68 27.76 0.69 0.19
Hex 52 2E F 0 2C 52 44 1C 45 13
Octal 122 56 17 0 54 122 104 34 105 23
Binary 1010010 101110 1111 0 101100 1010010 1000100 11100 1000101 10011

Color Harmonies of #522E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522E0F

Black with #522E0F

Text Example


Text Example

White with #522E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522E0F; }

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

 H1.HeaderClassName
 {
   color: #522E0F;
 }
 .AnyTagClassName
 {
   color: #522E0F;
 }
</style>

background-color css

<style>
 a { background-color: #522E0F; }

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

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

border-color css

<style>
 span { border-color: #522E0F; }

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

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