Html Css Color HEX #522B04 Baker's Chocolate

📋 copy color: '#522B04'

red 82 ◦ green 43 ◦ blue 4

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

Shades of Baker's Chocolate #522B04

Tints of Baker's Chocolate #522B04

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.33%

 BLUE value IS 4 (1.95% from 255) = 3.1%

R = 63.57%
G = 33.33%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#522B04 (or 0x522B04) is known color: Baker's Chocolate. HEX triplet: 52, 2B and 04. RGB value is (82,43,4). Sum of RGB (Red+Green+Blue) = 82+43+4=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #522B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522B04 is #ADD4FB. Grayscale: #323232. Windows color (decimal): -11392252 or 273234. OLE color: 273234.

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

Color convert

RGB 82 43 4 -
CMYK 0 0.48 0.95 0.68
HSL 30º 0.91% 0.17% -
HSV(B) 30º 0.95% 0.32% -
XYZ 4.37 3.53 0.57 -
YUV 50.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 82 43 4 0 0.48 0.95 0.68 30 0.91 0.17
Hex 52 2B 4 0 30 5F 44 1E 5B 11
Octal 122 53 4 0 60 137 104 36 133 21
Binary 1010010 101011 100 0 110000 1011111 1000100 11110 1011011 10001

Color Harmonies of #522B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522B04

Black with #522B04

Text Example


Text Example

White with #522B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,43,4); }

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

background-color css

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

 a { background-color: rgb(82,43,4); }

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

border-color css

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

 span { border-color: rgb(82,43,4); }

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