Html Css Color HEX #521502 Brown Pod

📋 copy color: '#521502'

red 82 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #521502

Tints of Brown Pod #521502

RGB

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

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

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

R = 78.1%
G = 20%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#521502 (or 0x521502) is known color: Brown Pod. HEX triplet: 52, 15 and 02. RGB value is (82,21,2). Sum of RGB (Red+Green+Blue) = 82+21+2=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #521502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521502 is #ADEAFD. Grayscale: #252525. Windows color (decimal): -11397886 or 136530. OLE color: 136530.

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

Color convert

RGB 82 21 2 -
CMYK 0 0.74 0.98 0.68
HSL 14.25º 0.95% 0.16% -
HSV(B) 14.25º 0.98% 0.32% -
XYZ 3.76 2.33 0.31 -
YUV 37.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 82 21 2 0 0.74 0.98 0.68 14.25 0.95 0.16
Hex 52 15 2 0 4A 62 44 E 5F 10
Octal 122 25 2 0 112 142 104 16 137 20
Binary 1010010 10101 10 0 1001010 1100010 1000100 1110 1011111 10000

Color Harmonies of #521502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521502

Black with #521502

Text Example


Text Example

White with #521502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521502; }

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

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

background-color css

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

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

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

border-color css

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

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

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