Html Css Color HEX #5A653C Woodland

📋 copy color: '#5A653C'

red 90 ◦ green 101 ◦ blue 60

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

Shades of Woodland #5A653C

Tints of Woodland #5A653C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

 BLUE value IS 60 (23.83% from 255) = 23.9%

R = 35.86%
G = 40.24%
B = 23.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#5A653C (or 0x5A653C) is known color: Woodland. HEX triplet: 5A, 65 and 3C. RGB value is (90,101,60). Sum of RGB (Red+Green+Blue) = 90+101+60=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #5A653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A653C is #A59AC3. Grayscale: #5D5D5D. Windows color (decimal): -10853060 or 3958106. OLE color: 3958106.

HSL color Cylindrical-coordinate representation of color #5A653C: hue angle of 76.1º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A653C is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 90 101 60 -
CMYK 0.11 0 0.41 0.60
HSL 76.1º 0.25% 0.32% -
HSV(B) 76.1º 0.41% 0.4% -
XYZ 9.69 11.81 6.04 -
YUV 93.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 90 101 60 0.11 0 0.41 0.60 76.1 0.25 0.32
Hex 5A 65 3C B 0 29 3C 4C 19 20
Octal 132 145 74 13 0 51 74 114 31 40
Binary 1011010 1100101 111100 1011 0 101001 111100 1001100 11001 100000

Color Harmonies of #5A653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A653C

Black with #5A653C

Text Example


Text Example

White with #5A653C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,101,60); }

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

background-color css

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

 a { background-color: rgb(90,101,60); }

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

border-color css

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

 span { border-color: rgb(90,101,60); }

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