Html Css Color HEX #522F00 Baker's Chocolate

📋 copy color: '#522F00'

red 82 ◦ green 47 ◦ blue 0

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

Shades of Baker's Chocolate #522F00

Tints of Baker's Chocolate #522F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.57%
G = 36.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#522F00 (or 0x522F00) is known color: Baker's Chocolate. HEX triplet: 52, 2F and 00. RGB value is (82,47,0). Sum of RGB (Red+Green+Blue) = 82+47+0=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #522F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522F00 is #ADD0FF. Grayscale: #343434. Windows color (decimal): -11391232 or 12114. OLE color: 12114.

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

Color convert

RGB 82 47 0 -
CMYK 0 0.43 1 0.68
HSL 34.39º 1% 0.16% -
HSV(B) 34.39º 1% 0.32% -
XYZ 4.5 3.83 0.5 -
YUV 52.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 82 47 0 0 0.43 1 0.68 34.39 1 0.16
Hex 52 2F 0 0 2B 64 44 22 64 10
Octal 122 57 0 0 53 144 104 42 144 20
Binary 1010010 101111 0 0 101011 1100100 1000100 100010 1100100 10000

Color Harmonies of #522F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522F00

Black with #522F00

Text Example


Text Example

White with #522F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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