Html Css Color HEX #521704 Brown Pod

📋 copy color: '#521704'

red 82 ◦ green 23 ◦ blue 4

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

Shades of Brown Pod #521704

Tints of Brown Pod #521704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.1%

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

R = 75.23%
G = 21.1%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#521704 (or 0x521704) is known color: Brown Pod. HEX triplet: 52, 17 and 04. RGB value is (82,23,4). Sum of RGB (Red+Green+Blue) = 82+23+4=109 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.23% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 82 - color contains mainly: red. Hex color #521704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521704 is #ADE8FB. Grayscale: #262626. Windows color (decimal): -11397372 or 268114. OLE color: 268114.

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

Color convert

RGB 82 23 4 -
CMYK 0 0.72 0.95 0.68
HSL 14.62º 0.91% 0.17% -
HSV(B) 14.62º 0.95% 0.32% -
XYZ 3.81 2.42 0.38 -
YUV 38.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 82 23 4 0 0.72 0.95 0.68 14.62 0.91 0.17
Hex 52 17 4 0 48 5F 44 F 5B 11
Octal 122 27 4 0 110 137 104 17 133 21
Binary 1010010 10111 100 0 1001000 1011111 1000100 1111 1011011 10001

Color Harmonies of #521704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521704

Black with #521704

Text Example


Text Example

White with #521704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521704; }

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

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

background-color css

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

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

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

border-color css

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

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

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