Html Css Color HEX #523201 Baker's Chocolate

📋 copy color: '#523201'

red 82 ◦ green 50 ◦ blue 1

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

Shades of Baker's Chocolate #523201

Tints of Baker's Chocolate #523201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.59%

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 61.65%
G = 37.59%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#523201 (or 0x523201) is known color: Baker's Chocolate. HEX triplet: 52, 32 and 01. RGB value is (82,50,1). Sum of RGB (Red+Green+Blue) = 82+50+1=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #523201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523201 is #ADCDFE. Grayscale: #363636. Windows color (decimal): -11390463 or 78418. OLE color: 78418.

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

Color convert

RGB 82 50 1 -
CMYK 0 0.39 0.99 0.68
HSL 36.3º 0.98% 0.16% -
HSV(B) 36.3º 0.99% 0.32% -
XYZ 4.63 4.08 0.57 -
YUV 53.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 82 50 1 0 0.39 0.99 0.68 36.3 0.98 0.16
Hex 52 32 1 0 27 63 44 24 62 10
Octal 122 62 1 0 47 143 104 44 142 20
Binary 1010010 110010 1 0 100111 1100011 1000100 100100 1100010 10000

Color Harmonies of #523201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523201

Black with #523201

Text Example


Text Example

White with #523201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523201; }

 p { color: rgb(82,50,1); }

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

background-color css

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

 a { background-color: rgb(82,50,1); }

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

border-color css

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

 span { border-color: rgb(82,50,1); }

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