Html Css Color HEX #755A3D Shingle Fawn

📋 copy color: '#755A3D'

red 117 ◦ green 90 ◦ blue 61

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

Shades of Shingle Fawn #755A3D

Tints of Shingle Fawn #755A3D

RGB

 RED value IS 117 (46.09% from 255) = 43.66%

 GREEN value IS 90 (35.55% from 255) = 33.58%

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 43.66%
G = 33.58%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#755A3D (or 0x755A3D) is known color: Shingle Fawn. HEX triplet: 75, 5A and 3D. RGB value is (117,90,61). Sum of RGB (Red+Green+Blue) = 117+90+61=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #755A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A3D is #8AA5C2. Grayscale: #5E5E5E. Windows color (decimal): -9086403 or 4020853. OLE color: 4020853.

HSL color Cylindrical-coordinate representation of color #755A3D: hue angle of 31.07º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #755A3D is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 61 -
CMYK 0 0.23 0.48 0.54
HSL 31.07º 0.31% 0.35% -
HSV(B) 31.07º 0.48% 0.46% -
XYZ 11.83 11.43 6 -
YUV 94.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 117 90 61 0 0.23 0.48 0.54 31.07 0.31 0.35
Hex 75 5A 3D 0 17 30 36 1F 1F 23
Octal 165 132 75 0 27 60 66 37 37 43
Binary 1110101 1011010 111101 0 10111 110000 110110 11111 11111 100011

Color Harmonies of #755A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A3D

Black with #755A3D

Text Example


Text Example

White with #755A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A3D; }

 p { color: rgb(117,90,61); }

 H1.HeaderClassName
 {
   color: #755A3D;
 }
 .AnyTagClassName
 {
   color: #755A3D;
 }
</style>

background-color css

<style>
 a { background-color: #755A3D; }

 a { background-color: rgb(117,90,61); }

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

border-color css

<style>
 span { border-color: #755A3D; }

 span { border-color: rgb(117,90,61); }

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