Html Css Color HEX #523A0F Baker's Chocolate

📋 copy color: '#523A0F'

red 82 ◦ green 58 ◦ blue 15

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

Shades of Baker's Chocolate #523A0F

Tints of Baker's Chocolate #523A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.68%

R = 52.9%
G = 37.42%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#523A0F (or 0x523A0F) is known color: Baker's Chocolate. HEX triplet: 52, 3A and 0F. RGB value is (82,58,15). Sum of RGB (Red+Green+Blue) = 82+58+15=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A0F is #ADC5F0. Grayscale: #3C3C3C. Windows color (decimal): -11388401 or 997970. OLE color: 997970.

HSL color Cylindrical-coordinate representation of color #523A0F: hue angle of 38.51º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #523A0F is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 58 15 -
CMYK 0 0.29 0.82 0.68
HSL 38.51º 0.69% 0.19% -
HSV(B) 38.51º 0.82% 0.32% -
XYZ 5.08 4.85 1.12 -
YUV 60.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 82 58 15 0 0.29 0.82 0.68 38.51 0.69 0.19
Hex 52 3A F 0 1D 52 44 27 45 13
Octal 122 72 17 0 35 122 104 47 105 23
Binary 1010010 111010 1111 0 11101 1010010 1000100 100111 1000101 10011

Color Harmonies of #523A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A0F

Black with #523A0F

Text Example


Text Example

White with #523A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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