Html Css Color HEX #521B04 Brown Pod

📋 copy color: '#521B04'

red 82 ◦ green 27 ◦ blue 4

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

Shades of Brown Pod #521B04

Tints of Brown Pod #521B04

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.89%

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

R = 72.57%
G = 23.89%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#521B04 (or 0x521B04) is known color: Brown Pod. HEX triplet: 52, 1B and 04. RGB value is (82,27,4). Sum of RGB (Red+Green+Blue) = 82+27+4=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #521B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B04 is #ADE4FB. Grayscale: #282828. Windows color (decimal): -11396348 or 269138. OLE color: 269138.

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

Color convert

RGB 82 27 4 -
CMYK 0 0.67 0.95 0.68
HSL 17.69º 0.91% 0.17% -
HSV(B) 17.69º 0.95% 0.32% -
XYZ 3.89 2.59 0.41 -
YUV 40.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 82 27 4 0 0.67 0.95 0.68 17.69 0.91 0.17
Hex 52 1B 4 0 43 5F 44 12 5B 11
Octal 122 33 4 0 103 137 104 22 133 21
Binary 1010010 11011 100 0 1000011 1011111 1000100 10010 1011011 10001

Color Harmonies of #521B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B04

Black with #521B04

Text Example


Text Example

White with #521B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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