Html Css Color HEX #5A613F Woodland

📋 copy color: '#5A613F'

red 90 ◦ green 97 ◦ blue 63

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

Shades of Woodland #5A613F

Tints of Woodland #5A613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.8%

 BLUE value IS 63 (25% from 255) = 25.2%

R = 36%
G = 38.8%
B = 25.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#5A613F (or 0x5A613F) is known color: Woodland. HEX triplet: 5A, 61 and 3F. RGB value is (90,97,63). Sum of RGB (Red+Green+Blue) = 90+97+63=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #5A613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A613F is #A59EC0. Grayscale: #5B5B5B. Windows color (decimal): -10854081 or 4153690. OLE color: 4153690.

HSL color Cylindrical-coordinate representation of color #5A613F: hue angle of 72.35º degrees, saturation: 0.21, 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 #5A613F is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 97 63 -
CMYK 0.07 0 0.35 0.62
HSL 72.35º 0.21% 0.31% -
HSV(B) 72.35º 0.35% 0.38% -
XYZ 9.39 11.08 6.35 -
YUV 91.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 90 97 63 0.07 0 0.35 0.62 72.35 0.21 0.31
Hex 5A 61 3F 7 0 23 3E 48 15 1F
Octal 132 141 77 7 0 43 76 110 25 37
Binary 1011010 1100001 111111 111 0 100011 111110 1001000 10101 11111

Color Harmonies of #5A613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A613F

Black with #5A613F

Text Example


Text Example

White with #5A613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,97,63); }

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

background-color css

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

 a { background-color: rgb(90,97,63); }

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

border-color css

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

 span { border-color: rgb(90,97,63); }

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