Html Css Color HEX #521A05 Brown Pod

📋 copy color: '#521A05'

red 82 ◦ green 26 ◦ blue 5

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

Shades of Brown Pod #521A05

Tints of Brown Pod #521A05

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.01%

 BLUE value IS 5 (2.34% from 255) = 4.42%

R = 72.57%
G = 23.01%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#521A05 (or 0x521A05) is known color: Brown Pod. HEX triplet: 52, 1A and 05. RGB value is (82,26,5). Sum of RGB (Red+Green+Blue) = 82+26+5=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #521A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521A05 is #ADE5FA. Grayscale: #282828. Windows color (decimal): -11396603 or 334418. OLE color: 334418.

HSL color Cylindrical-coordinate representation of color #521A05: hue angle of 16.36º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #521A05 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 26 5 -
CMYK 0 0.68 0.94 0.68
HSL 16.36º 0.89% 0.17% -
HSV(B) 16.36º 0.94% 0.32% -
XYZ 3.88 2.54 0.43 -
YUV 40.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 82 26 5 0 0.68 0.94 0.68 16.36 0.89 0.17
Hex 52 1A 5 0 44 5E 44 10 59 11
Octal 122 32 5 0 104 136 104 20 131 21
Binary 1010010 11010 101 0 1000100 1011110 1000100 10000 1011001 10001

Color Harmonies of #521A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A05

Black with #521A05

Text Example


Text Example

White with #521A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521A05; }

 p { color: rgb(82,26,5); }

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

background-color css

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

 a { background-color: rgb(82,26,5); }

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

border-color css

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

 span { border-color: rgb(82,26,5); }

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