Html Css Color HEX #521702 Brown Pod

📋 copy color: '#521702'

red 82 ◦ green 23 ◦ blue 2

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

Shades of Brown Pod #521702

Tints of Brown Pod #521702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.5%

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

R = 76.64%
G = 21.5%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#521702 (or 0x521702) is known color: Brown Pod. HEX triplet: 52, 17 and 02. RGB value is (82,23,2). Sum of RGB (Red+Green+Blue) = 82+23+2=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #521702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521702 is #ADE8FD. Grayscale: #262626. Windows color (decimal): -11397374 or 137042. OLE color: 137042.

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

Color convert

RGB 82 23 2 -
CMYK 0 0.72 0.98 0.68
HSL 15.75º 0.95% 0.16% -
HSV(B) 15.75º 0.98% 0.32% -
XYZ 3.8 2.41 0.32 -
YUV 38.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 82 23 2 0 0.72 0.98 0.68 15.75 0.95 0.16
Hex 52 17 2 0 48 62 44 10 5F 10
Octal 122 27 2 0 110 142 104 20 137 20
Binary 1010010 10111 10 0 1001000 1100010 1000100 10000 1011111 10000

Color Harmonies of #521702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521702

Black with #521702

Text Example


Text Example

White with #521702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521702; }

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

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

background-color css

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

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

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

border-color css

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

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

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