Html Css Color HEX #523304 Baker's Chocolate

📋 copy color: '#523304'

red 82 ◦ green 51 ◦ blue 4

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

Shades of Baker's Chocolate #523304

Tints of Baker's Chocolate #523304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

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

R = 59.85%
G = 37.23%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#523304 (or 0x523304) is known color: Baker's Chocolate. HEX triplet: 52, 33 and 04. RGB value is (82,51,4). Sum of RGB (Red+Green+Blue) = 82+51+4=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #523304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523304 is #ADCCFB. Grayscale: #373737. Windows color (decimal): -11390204 or 275282. OLE color: 275282.

HSL color Cylindrical-coordinate representation of color #523304: hue angle of 36.15º 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 #523304 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 51 4 -
CMYK 0 0.38 0.95 0.68
HSL 36.15º 0.91% 0.17% -
HSV(B) 36.15º 0.95% 0.32% -
XYZ 4.69 4.17 0.67 -
YUV 54.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 82 51 4 0 0.38 0.95 0.68 36.15 0.91 0.17
Hex 52 33 4 0 26 5F 44 24 5B 11
Octal 122 63 4 0 46 137 104 44 133 21
Binary 1010010 110011 100 0 100110 1011111 1000100 100100 1011011 10001

Color Harmonies of #523304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523304

Black with #523304

Text Example


Text Example

White with #523304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523304; }

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

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

background-color css

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

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

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

border-color css

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

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

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