Html Css Color HEX #521F02 Baker's Chocolate

📋 copy color: '#521F02'

red 82 ◦ green 31 ◦ blue 2

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

Shades of Baker's Chocolate #521F02

Tints of Baker's Chocolate #521F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.96%

 BLUE value IS 2 (1.17% from 255) = 1.74%

R = 71.3%
G = 26.96%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#521F02 (or 0x521F02) is known color: Baker's Chocolate. HEX triplet: 52, 1F and 02. RGB value is (82,31,2). Sum of RGB (Red+Green+Blue) = 82+31+2=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #521F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521F02 is #ADE0FD. Grayscale: #2B2B2B. Windows color (decimal): -11395326 or 139090. OLE color: 139090.

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

Color convert

RGB 82 31 2 -
CMYK 0 0.62 0.98 0.68
HSL 21.75º 0.95% 0.16% -
HSV(B) 21.75º 0.98% 0.32% -
XYZ 3.98 2.78 0.38 -
YUV 42.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 82 31 2 0 0.62 0.98 0.68 21.75 0.95 0.16
Hex 52 1F 2 0 3E 62 44 16 5F 10
Octal 122 37 2 0 76 142 104 26 137 20
Binary 1010010 11111 10 0 111110 1100010 1000100 10110 1011111 10000

Color Harmonies of #521F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F02

Black with #521F02

Text Example


Text Example

White with #521F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,31,2); }

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

background-color css

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

 a { background-color: rgb(82,31,2); }

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

border-color css

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

 span { border-color: rgb(82,31,2); }

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