Html Css Color HEX #755838 Shingle Fawn

📋 copy color: '#755838'

red 117 ◦ green 88 ◦ blue 56

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

Shades of Shingle Fawn #755838

Tints of Shingle Fawn #755838

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.72%

 BLUE value IS 56 (22.27% from 255) = 21.46%

R = 44.83%
G = 33.72%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#755838 (or 0x755838) is known color: Shingle Fawn. HEX triplet: 75, 58 and 38. RGB value is (117,88,56). Sum of RGB (Red+Green+Blue) = 117+88+56=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #755838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755838 is #8AA7C7. Grayscale: #5D5D5D. Windows color (decimal): -9086920 or 3692661. OLE color: 3692661.

HSL color Cylindrical-coordinate representation of color #755838: hue angle of 31.48º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #755838 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 56 -
CMYK 0 0.25 0.52 0.54
HSL 31.48º 0.35% 0.34% -
HSV(B) 31.48º 0.52% 0.46% -
XYZ 11.54 11.05 5.27 -
YUV 93.02 107.11 145.1 -
System Red Green Blue C M Y K H S L
Decimal 117 88 56 0 0.25 0.52 0.54 31.48 0.35 0.34
Hex 75 58 38 0 19 34 36 1F 23 22
Octal 165 130 70 0 31 64 66 37 43 42
Binary 1110101 1011000 111000 0 11001 110100 110110 11111 100011 100010

Color Harmonies of #755838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755838

Black with #755838

Text Example


Text Example

White with #755838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755838; }

 p { color: rgb(117,88,56); }

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

background-color css

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

 a { background-color: rgb(117,88,56); }

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

border-color css

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

 span { border-color: rgb(117,88,56); }

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