Html Css Color HEX #523A01 Baker's Chocolate

📋 copy color: '#523A01'

red 82 ◦ green 58 ◦ blue 1

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

Shades of Baker's Chocolate #523A01

Tints of Baker's Chocolate #523A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.13%

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

R = 58.16%
G = 41.13%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#523A01 (or 0x523A01) is known color: Baker's Chocolate. HEX triplet: 52, 3A and 01. RGB value is (82,58,1). Sum of RGB (Red+Green+Blue) = 82+58+1=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #523A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A01 is #ADC5FE. Grayscale: #3A3A3A. Windows color (decimal): -11388415 or 80466. OLE color: 80466.

HSL color Cylindrical-coordinate representation of color #523A01: hue angle of 42.22º 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 #523A01 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 58 1 -
CMYK 0 0.29 0.99 0.68
HSL 42.22º 0.98% 0.16% -
HSV(B) 42.22º 0.99% 0.32% -
XYZ 5 4.82 0.7 -
YUV 58.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 82 58 1 0 0.29 0.99 0.68 42.22 0.98 0.16
Hex 52 3A 1 0 1D 63 44 2A 62 10
Octal 122 72 1 0 35 143 104 52 142 20
Binary 1010010 111010 1 0 11101 1100011 1000100 101010 1100010 10000

Color Harmonies of #523A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A01

Black with #523A01

Text Example


Text Example

White with #523A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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