Html Css Color HEX #521501 Brown Pod

📋 copy color: '#521501'

red 82 ◦ green 21 ◦ blue 1

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

Shades of Brown Pod #521501

Tints of Brown Pod #521501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.19%

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

R = 78.85%
G = 20.19%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#521501 (or 0x521501) is known color: Brown Pod. HEX triplet: 52, 15 and 01. RGB value is (82,21,1). Sum of RGB (Red+Green+Blue) = 82+21+1=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #521501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521501 is #ADEAFE. Grayscale: #252525. Windows color (decimal): -11397887 or 70994. OLE color: 70994.

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

Color convert

RGB 82 21 1 -
CMYK 0 0.74 0.99 0.68
HSL 14.81º 0.98% 0.16% -
HSV(B) 14.81º 0.99% 0.32% -
XYZ 3.75 2.33 0.28 -
YUV 36.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 82 21 1 0 0.74 0.99 0.68 14.81 0.98 0.16
Hex 52 15 1 0 4A 63 44 F 62 10
Octal 122 25 1 0 112 143 104 17 142 20
Binary 1010010 10101 1 0 1001010 1100011 1000100 1111 1100010 10000

Color Harmonies of #521501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521501

Black with #521501

Text Example


Text Example

White with #521501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521501; }

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

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

background-color css

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

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

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

border-color css

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

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

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