Html Css Color HEX #71754A Siam

📋 copy color: '#71754A'

red 113 ◦ green 117 ◦ blue 74

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

Shades of Siam #71754A

Tints of Siam #71754A

RGB

 RED value IS 113 (44.53% from 255) = 37.17%

 GREEN value IS 117 (46.09% from 255) = 38.49%

 BLUE value IS 74 (29.3% from 255) = 24.34%

R = 37.17%
G = 38.49%
B = 24.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#71754A (or 0x71754A) is known color: Siam. HEX triplet: 71, 75 and 4A. RGB value is (113,117,74). Sum of RGB (Red+Green+Blue) = 113+117+74=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #71754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71754A is #8E8AB5. Grayscale: #6F6F6F. Windows color (decimal): -9341622 or 4879729. OLE color: 4879729.

HSL color Cylindrical-coordinate representation of color #71754A: hue angle of 65.58º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71754A is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 117 74 -
CMYK 0.03 0 0.37 0.54
HSL 65.58º 0.23% 0.37% -
HSV(B) 65.58º 0.37% 0.46% -
XYZ 14.41 16.73 8.95 -
YUV 110.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 113 117 74 0.03 0 0.37 0.54 65.58 0.23 0.37
Hex 71 75 4A 3 0 25 36 42 17 25
Octal 161 165 112 3 0 45 66 102 27 45
Binary 1110001 1110101 1001010 11 0 100101 110110 1000010 10111 100101

Color Harmonies of #71754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71754A

Black with #71754A

Text Example


Text Example

White with #71754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71754A; }

 p { color: rgb(113,117,74); }

 H1.HeaderClassName
 {
   color: #71754A;
 }
 .AnyTagClassName
 {
   color: #71754A;
 }
</style>

background-color css

<style>
 a { background-color: #71754A; }

 a { background-color: rgb(113,117,74); }

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

border-color css

<style>
 span { border-color: #71754A; }

 span { border-color: rgb(113,117,74); }

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