Html Css Color HEX #521804 Brown Pod

📋 copy color: '#521804'

red 82 ◦ green 24 ◦ blue 4

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

Shades of Brown Pod #521804

Tints of Brown Pod #521804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.64%

R = 74.55%
G = 21.82%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#521804 (or 0x521804) is known color: Brown Pod. HEX triplet: 52, 18 and 04. RGB value is (82,24,4). Sum of RGB (Red+Green+Blue) = 82+24+4=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #521804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521804 is #ADE7FB. Grayscale: #272727. Windows color (decimal): -11397116 or 268370. OLE color: 268370.

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

Color convert

RGB 82 24 4 -
CMYK 0 0.71 0.95 0.68
HSL 15.38º 0.91% 0.17% -
HSV(B) 15.38º 0.95% 0.32% -
XYZ 3.83 2.46 0.39 -
YUV 39.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 82 24 4 0 0.71 0.95 0.68 15.38 0.91 0.17
Hex 52 18 4 0 47 5F 44 F 5B 11
Octal 122 30 4 0 107 137 104 17 133 21
Binary 1010010 11000 100 0 1000111 1011111 1000100 1111 1011011 10001

Color Harmonies of #521804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521804

Black with #521804

Text Example


Text Example

White with #521804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521804; }

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

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

background-color css

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

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

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

border-color css

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

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

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