Html Css Color HEX #521800 Brown Pod

📋 copy color: '#521800'

red 82 ◦ green 24 ◦ blue 0

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

Shades of Brown Pod #521800

Tints of Brown Pod #521800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.64%

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

R = 77.36%
G = 22.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#521800 (or 0x521800) is known color: Brown Pod. HEX triplet: 52, 18 and 00. RGB value is (82,24,0). Sum of RGB (Red+Green+Blue) = 82+24+0=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #521800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521800 is #ADE7FF. Grayscale: #262626. Windows color (decimal): -11397120 or 6226. OLE color: 6226.

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

Color convert

RGB 82 24 0 -
CMYK 0 0.71 1 0.68
HSL 17.56º 1% 0.16% -
HSV(B) 17.56º 1% 0.32% -
XYZ 3.81 2.45 0.27 -
YUV 38.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 82 24 0 0 0.71 1 0.68 17.56 1 0.16
Hex 52 18 0 0 47 64 44 12 64 10
Octal 122 30 0 0 107 144 104 22 144 20
Binary 1010010 11000 0 0 1000111 1100100 1000100 10010 1100100 10000

Color Harmonies of #521800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521800

Black with #521800

Text Example


Text Example

White with #521800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521800; }

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

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

background-color css

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

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

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

border-color css

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

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

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