Html Css Color HEX #521802 Brown Pod

📋 copy color: '#521802'

red 82 ◦ green 24 ◦ blue 2

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

Shades of Brown Pod #521802

Tints of Brown Pod #521802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.22%

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

R = 75.93%
G = 22.22%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#521802 (or 0x521802) is known color: Brown Pod. HEX triplet: 52, 18 and 02. RGB value is (82,24,2). Sum of RGB (Red+Green+Blue) = 82+24+2=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #521802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521802 is #ADE7FD. Grayscale: #262626. Windows color (decimal): -11397118 or 137298. OLE color: 137298.

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

Color convert

RGB 82 24 2 -
CMYK 0 0.71 0.98 0.68
HSL 16.5º 0.95% 0.16% -
HSV(B) 16.5º 0.98% 0.32% -
XYZ 3.82 2.45 0.33 -
YUV 38.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 82 24 2 0 0.71 0.98 0.68 16.5 0.95 0.16
Hex 52 18 2 0 47 62 44 10 5F 10
Octal 122 30 2 0 107 142 104 20 137 20
Binary 1010010 11000 10 0 1000111 1100010 1000100 10000 1011111 10000

Color Harmonies of #521802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521802

Black with #521802

Text Example


Text Example

White with #521802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521802; }

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

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

background-color css

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

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

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

border-color css

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

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

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