Html Css Color HEX #521400 Brown Pod

📋 copy color: '#521400'

red 82 ◦ green 20 ◦ blue 0

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

Shades of Brown Pod #521400

Tints of Brown Pod #521400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.39%
G = 19.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#521400 (or 0x521400) is known color: Brown Pod. HEX triplet: 52, 14 and 00. RGB value is (82,20,0). Sum of RGB (Red+Green+Blue) = 82+20+0=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #521400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521400 is #ADEBFF. Grayscale: #242424. Windows color (decimal): -11398144 or 5202. OLE color: 5202.

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

Color convert

RGB 82 20 0 -
CMYK 0 0.76 1 0.68
HSL 14.63º 1% 0.16% -
HSV(B) 14.63º 1% 0.32% -
XYZ 3.73 2.29 0.25 -
YUV 36.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 82 20 0 0 0.76 1 0.68 14.63 1 0.16
Hex 52 14 0 0 4C 64 44 F 64 10
Octal 122 24 0 0 114 144 104 17 144 20
Binary 1010010 10100 0 0 1001100 1100100 1000100 1111 1100100 10000

Color Harmonies of #521400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521400

Black with #521400

Text Example


Text Example

White with #521400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521400; }

 p { color: rgb(82,20,0); }

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

background-color css

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

 a { background-color: rgb(82,20,0); }

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

border-color css

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

 span { border-color: rgb(82,20,0); }

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