Html Css Color HEX #755C30 Shingle Fawn

📋 copy color: '#755C30'

red 117 ◦ green 92 ◦ blue 48

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

Shades of Shingle Fawn #755C30

Tints of Shingle Fawn #755C30

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.8%

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 45.53%
G = 35.8%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#755C30 (or 0x755C30) is known color: Shingle Fawn. HEX triplet: 75, 5C and 30. RGB value is (117,92,48). Sum of RGB (Red+Green+Blue) = 117+92+48=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #755C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C30 is #8AA3CF. Grayscale: #5E5E5E. Windows color (decimal): -9085904 or 3169397. OLE color: 3169397.

HSL color Cylindrical-coordinate representation of color #755C30: hue angle of 38.26º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755C30 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 48 -
CMYK 0 0.21 0.59 0.54
HSL 38.26º 0.42% 0.32% -
HSV(B) 38.26º 0.59% 0.46% -
XYZ 11.7 11.65 4.43 -
YUV 94.46 101.78 144.08 -
System Red Green Blue C M Y K H S L
Decimal 117 92 48 0 0.21 0.59 0.54 38.26 0.42 0.32
Hex 75 5C 30 0 15 3B 36 26 2A 20
Octal 165 134 60 0 25 73 66 46 52 40
Binary 1110101 1011100 110000 0 10101 111011 110110 100110 101010 100000

Color Harmonies of #755C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C30

Black with #755C30

Text Example


Text Example

White with #755C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,48); }

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

background-color css

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

 a { background-color: rgb(117,92,48); }

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

border-color css

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

 span { border-color: rgb(117,92,48); }

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