Html Css Color HEX #5A3420 Brown Bramble

📋 copy color: '#5A3420'

red 90 ◦ green 52 ◦ blue 32

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

Shades of Brown Bramble #5A3420

Tints of Brown Bramble #5A3420

RGB

 RED value IS 90 (35.55% from 255) = 51.72%

 GREEN value IS 52 (20.7% from 255) = 29.89%

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 51.72%
G = 29.89%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#5A3420 (or 0x5A3420) is known color: Brown Bramble. HEX triplet: 5A, 34 and 20. RGB value is (90,52,32). Sum of RGB (Red+Green+Blue) = 90+52+32=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3420 is #A5CBDF. Grayscale: #3D3D3D. Windows color (decimal): -10865632 or 2110554. OLE color: 2110554.

HSL color Cylindrical-coordinate representation of color #5A3420: hue angle of 20.69º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A3420 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 52 32 -
CMYK 0 0.42 0.64 0.65
HSL 20.69º 0.48% 0.24% -
HSV(B) 20.69º 0.64% 0.35% -
XYZ 5.71 4.73 1.98 -
YUV 61.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 90 52 32 0 0.42 0.64 0.65 20.69 0.48 0.24
Hex 5A 34 20 0 2A 40 41 15 30 18
Octal 132 64 40 0 52 100 101 25 60 30
Binary 1011010 110100 100000 0 101010 1000000 1000001 10101 110000 11000

Color Harmonies of #5A3420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3420

Black with #5A3420

Text Example


Text Example

White with #5A3420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A3420; }

 p { color: rgb(90,52,32); }

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

background-color css

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

 a { background-color: rgb(90,52,32); }

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

border-color css

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

 span { border-color: rgb(90,52,32); }

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