Html Css Color HEX #5A613A Woodland

📋 copy color: '#5A613A'

red 90 ◦ green 97 ◦ blue 58

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

Shades of Woodland #5A613A

Tints of Woodland #5A613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 36.73%
G = 39.59%
B = 23.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#5A613A (or 0x5A613A) is known color: Woodland. HEX triplet: 5A, 61 and 3A. RGB value is (90,97,58). Sum of RGB (Red+Green+Blue) = 90+97+58=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #5A613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A613A is #A59EC5. Grayscale: #5A5A5A. Windows color (decimal): -10854086 or 3826010. OLE color: 3826010.

HSL color Cylindrical-coordinate representation of color #5A613A: hue angle of 70.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A613A is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 97 58 -
CMYK 0.07 0 0.40 0.62
HSL 70.77º 0.25% 0.3% -
HSV(B) 70.77º 0.4% 0.38% -
XYZ 9.25 11.03 5.64 -
YUV 90.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 90 97 58 0.07 0 0.40 0.62 70.77 0.25 0.3
Hex 5A 61 3A 7 0 28 3E 47 19 1E
Octal 132 141 72 7 0 50 76 107 31 36
Binary 1011010 1100001 111010 111 0 101000 111110 1000111 11001 11110

Color Harmonies of #5A613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A613A

Black with #5A613A

Text Example


Text Example

White with #5A613A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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