Html Css Color HEX #5A603C Woodland

📋 copy color: '#5A603C'

red 90 ◦ green 96 ◦ blue 60

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

Shades of Woodland #5A603C

Tints of Woodland #5A603C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.02%

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

R = 36.59%
G = 39.02%
B = 24.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#5A603C (or 0x5A603C) is known color: Woodland. HEX triplet: 5A, 60 and 3C. RGB value is (90,96,60). Sum of RGB (Red+Green+Blue) = 90+96+60=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #5A603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A603C is #A59FC3. Grayscale: #5A5A5A. Windows color (decimal): -10854340 or 3956826. OLE color: 3956826.

HSL color Cylindrical-coordinate representation of color #5A603C: hue angle of 70º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A603C is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 96 60 -
CMYK 0.06 0 0.38 0.62
HSL 70º 0.23% 0.31% -
HSV(B) 70º 0.38% 0.38% -
XYZ 9.21 10.87 5.89 -
YUV 90.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 90 96 60 0.06 0 0.38 0.62 70 0.23 0.31
Hex 5A 60 3C 6 0 26 3E 46 17 1F
Octal 132 140 74 6 0 46 76 106 27 37
Binary 1011010 1100000 111100 110 0 100110 111110 1000110 10111 11111

Color Harmonies of #5A603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A603C

Black with #5A603C

Text Example


Text Example

White with #5A603C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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