Html Css Color HEX #521D04 Baker's Chocolate

📋 copy color: '#521D04'

red 82 ◦ green 29 ◦ blue 4

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

Shades of Baker's Chocolate #521D04

Tints of Baker's Chocolate #521D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.22%

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

R = 71.3%
G = 25.22%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#521D04 (or 0x521D04) is known color: Baker's Chocolate. HEX triplet: 52, 1D and 04. RGB value is (82,29,4). Sum of RGB (Red+Green+Blue) = 82+29+4=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #521D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D04 is #ADE2FB. Grayscale: #2A2A2A. Windows color (decimal): -11395836 or 269650. OLE color: 269650.

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

Color convert

RGB 82 29 4 -
CMYK 0 0.65 0.95 0.68
HSL 19.23º 0.91% 0.17% -
HSV(B) 19.23º 0.95% 0.32% -
XYZ 3.94 2.68 0.42 -
YUV 42 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 82 29 4 0 0.65 0.95 0.68 19.23 0.91 0.17
Hex 52 1D 4 0 41 5F 44 13 5B 11
Octal 122 35 4 0 101 137 104 23 133 21
Binary 1010010 11101 100 0 1000001 1011111 1000100 10011 1011011 10001

Color Harmonies of #521D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D04

Black with #521D04

Text Example


Text Example

White with #521D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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