Html Css Color HEX #522F05 Baker's Chocolate

📋 copy color: '#522F05'

red 82 ◦ green 47 ◦ blue 5

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

Shades of Baker's Chocolate #522F05

Tints of Baker's Chocolate #522F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.73%

R = 61.19%
G = 35.07%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#522F05 (or 0x522F05) is known color: Baker's Chocolate. HEX triplet: 52, 2F and 05. RGB value is (82,47,5). Sum of RGB (Red+Green+Blue) = 82+47+5=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #522F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522F05 is #ADD0FA. Grayscale: #343434. Windows color (decimal): -11391227 or 339794. OLE color: 339794.

HSL color Cylindrical-coordinate representation of color #522F05: hue angle of 32.73º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #522F05 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 47 5 -
CMYK 0 0.43 0.94 0.68
HSL 32.73º 0.89% 0.17% -
HSV(B) 32.73º 0.94% 0.32% -
XYZ 4.52 3.84 0.65 -
YUV 52.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 82 47 5 0 0.43 0.94 0.68 32.73 0.89 0.17
Hex 52 2F 5 0 2B 5E 44 21 59 11
Octal 122 57 5 0 53 136 104 41 131 21
Binary 1010010 101111 101 0 101011 1011110 1000100 100001 1011001 10001

Color Harmonies of #522F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522F05

Black with #522F05

Text Example


Text Example

White with #522F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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