Html Css Color HEX #521A01 Brown Pod

📋 copy color: '#521A01'

red 82 ◦ green 26 ◦ blue 1

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

Shades of Brown Pod #521A01

Tints of Brown Pod #521A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.92%

R = 75.23%
G = 23.85%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#521A01 (or 0x521A01) is known color: Brown Pod. HEX triplet: 52, 1A and 01. RGB value is (82,26,1). Sum of RGB (Red+Green+Blue) = 82+26+1=109 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.23% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 82 - color contains mainly: red. Hex color #521A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521A01 is #ADE5FE. Grayscale: #282828. Windows color (decimal): -11396607 or 72274. OLE color: 72274.

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

Color convert

RGB 82 26 1 -
CMYK 0 0.68 0.99 0.68
HSL 18.52º 0.98% 0.16% -
HSV(B) 18.52º 0.99% 0.32% -
XYZ 3.85 2.53 0.31 -
YUV 39.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 82 26 1 0 0.68 0.99 0.68 18.52 0.98 0.16
Hex 52 1A 1 0 44 63 44 13 62 10
Octal 122 32 1 0 104 143 104 23 142 20
Binary 1010010 11010 1 0 1000100 1100011 1000100 10011 1100010 10000

Color Harmonies of #521A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A01

Black with #521A01

Text Example


Text Example

White with #521A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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