Html Css Color HEX #5A3321 Brown Bramble

📋 copy color: '#5A3321'

red 90 ◦ green 51 ◦ blue 33

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

Shades of Brown Bramble #5A3321

Tints of Brown Bramble #5A3321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

 BLUE value IS 33 (13.28% from 255) = 18.97%

R = 51.72%
G = 29.31%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A3321 (or 0x5A3321) is known color: Brown Bramble. HEX triplet: 5A, 33 and 21. RGB value is (90,51,33). Sum of RGB (Red+Green+Blue) = 90+51+33=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3321 is #A5CCDE. Grayscale: #3C3C3C. Windows color (decimal): -10865887 or 2175834. OLE color: 2175834.

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

Color convert

RGB 90 51 33 -
CMYK 0 0.43 0.63 0.65
HSL 18.95º 0.46% 0.24% -
HSV(B) 18.95º 0.63% 0.35% -
XYZ 5.67 4.65 2.04 -
YUV 60.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 90 51 33 0 0.43 0.63 0.65 18.95 0.46 0.24
Hex 5A 33 21 0 2B 3F 41 13 2E 18
Octal 132 63 41 0 53 77 101 23 56 30
Binary 1011010 110011 100001 0 101011 111111 1000001 10011 101110 11000

Color Harmonies of #5A3321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3321

Black with #5A3321

Text Example


Text Example

White with #5A3321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,51,33); }

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

background-color css

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

 a { background-color: rgb(90,51,33); }

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

border-color css

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

 span { border-color: rgb(90,51,33); }

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