Html Css Color HEX #5A603E Woodland

📋 copy color: '#5A603E'

red 90 ◦ green 96 ◦ blue 62

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

Shades of Woodland #5A603E

Tints of Woodland #5A603E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25%

R = 36.29%
G = 38.71%
B = 25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#5A603E (or 0x5A603E) is known color: Woodland. HEX triplet: 5A, 60 and 3E. RGB value is (90,96,62). Sum of RGB (Red+Green+Blue) = 90+96+62=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #5A603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A603E is #A59FC1. Grayscale: #5A5A5A. Windows color (decimal): -10854338 or 4087898. OLE color: 4087898.

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

Color convert

RGB 90 96 62 -
CMYK 0.06 0 0.35 0.62
HSL 70.59º 0.22% 0.31% -
HSV(B) 70.59º 0.35% 0.38% -
XYZ 9.27 10.89 6.17 -
YUV 90.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 90 96 62 0.06 0 0.35 0.62 70.59 0.22 0.31
Hex 5A 60 3E 6 0 23 3E 47 16 1F
Octal 132 140 76 6 0 43 76 107 26 37
Binary 1011010 1100000 111110 110 0 100011 111110 1000111 10110 11111

Color Harmonies of #5A603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A603E

Black with #5A603E

Text Example


Text Example

White with #5A603E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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