Html Css Color HEX #522F0F Baker's Chocolate

📋 copy color: '#522F0F'

red 82 ◦ green 47 ◦ blue 15

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

Shades of Baker's Chocolate #522F0F

Tints of Baker's Chocolate #522F0F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.64%

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

R = 56.94%
G = 32.64%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#522F0F (or 0x522F0F) is known color: Baker's Chocolate. HEX triplet: 52, 2F and 0F. RGB value is (82,47,15). Sum of RGB (Red+Green+Blue) = 82+47+15=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #522F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522F0F is #ADD0F0. Grayscale: #353535. Windows color (decimal): -11391217 or 995154. OLE color: 995154.

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

Color convert

RGB 82 47 15 -
CMYK 0 0.43 0.82 0.68
HSL 28.66º 0.69% 0.19% -
HSV(B) 28.66º 0.82% 0.32% -
XYZ 4.58 3.86 0.96 -
YUV 53.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 82 47 15 0 0.43 0.82 0.68 28.66 0.69 0.19
Hex 52 2F F 0 2B 52 44 1D 45 13
Octal 122 57 17 0 53 122 104 35 105 23
Binary 1010010 101111 1111 0 101011 1010010 1000100 11101 1000101 10011

Color Harmonies of #522F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522F0F

Black with #522F0F

Text Example


Text Example

White with #522F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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