Html Css Color HEX #521A02 Brown Pod

📋 copy color: '#521A02'

red 82 ◦ green 26 ◦ blue 2

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

Shades of Brown Pod #521A02

Tints of Brown Pod #521A02

RGB

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

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

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

R = 74.55%
G = 23.64%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#521A02 (or 0x521A02) is known color: Brown Pod. HEX triplet: 52, 1A and 02. RGB value is (82,26,2). Sum of RGB (Red+Green+Blue) = 82+26+2=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #521A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521A02 is #ADE5FD. Grayscale: #282828. Windows color (decimal): -11396606 or 137810. OLE color: 137810.

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

Color convert

RGB 82 26 2 -
CMYK 0 0.68 0.98 0.68
HSL 18º 0.95% 0.16% -
HSV(B) 18º 0.98% 0.32% -
XYZ 3.86 2.54 0.34 -
YUV 40.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 82 26 2 0 0.68 0.98 0.68 18 0.95 0.16
Hex 52 1A 2 0 44 62 44 12 5F 10
Octal 122 32 2 0 104 142 104 22 137 20
Binary 1010010 11010 10 0 1000100 1100010 1000100 10010 1011111 10000

Color Harmonies of #521A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A02

Black with #521A02

Text Example


Text Example

White with #521A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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