Html Css Color HEX #5E613B Verdigris

📋 copy color: '#5E613B'

red 94 ◦ green 97 ◦ blue 59

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

Shades of Verdigris #5E613B

Tints of Verdigris #5E613B

RGB

 RED value IS 94 (37.11% from 255) = 37.6%

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

 BLUE value IS 59 (23.44% from 255) = 23.6%

R = 37.6%
G = 38.8%
B = 23.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#5E613B (or 0x5E613B) is known color: Verdigris. HEX triplet: 5E, 61 and 3B. RGB value is (94,97,59). Sum of RGB (Red+Green+Blue) = 94+97+59=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #5E613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E613B is #A19EC4. Grayscale: #5B5B5B. Windows color (decimal): -10591941 or 3891550. OLE color: 3891550.

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

Color convert

RGB 94 97 59 -
CMYK 0.03 0 0.39 0.62
HSL 64.74º 0.24% 0.31% -
HSV(B) 64.74º 0.39% 0.38% -
XYZ 9.68 11.24 5.8 -
YUV 91.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 94 97 59 0.03 0 0.39 0.62 64.74 0.24 0.31
Hex 5E 61 3B 3 0 27 3E 41 18 1F
Octal 136 141 73 3 0 47 76 101 30 37
Binary 1011110 1100001 111011 11 0 100111 111110 1000001 11000 11111

Color Harmonies of #5E613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E613B

Black with #5E613B

Text Example


Text Example

White with #5E613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,97,59); }

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

background-color css

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

 a { background-color: rgb(94,97,59); }

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

border-color css

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

 span { border-color: rgb(94,97,59); }

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