Html Css Color HEX #755B30 Shingle Fawn

📋 copy color: '#755B30'

red 117 ◦ green 91 ◦ blue 48

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

Shades of Shingle Fawn #755B30

Tints of Shingle Fawn #755B30

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

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

R = 45.7%
G = 35.55%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#755B30 (or 0x755B30) is known color: Shingle Fawn. HEX triplet: 75, 5B and 30. RGB value is (117,91,48). Sum of RGB (Red+Green+Blue) = 117+91+48=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #755B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B30 is #8AA4CF. Grayscale: #5E5E5E. Windows color (decimal): -9086160 or 3169141. OLE color: 3169141.

HSL color Cylindrical-coordinate representation of color #755B30: hue angle of 37.39º 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 #755B30 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 91 48 -
CMYK 0 0.22 0.59 0.54
HSL 37.39º 0.42% 0.32% -
HSV(B) 37.39º 0.59% 0.46% -
XYZ 11.61 11.48 4.4 -
YUV 93.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 117 91 48 0 0.22 0.59 0.54 37.39 0.42 0.32
Hex 75 5B 30 0 16 3B 36 25 2A 20
Octal 165 133 60 0 26 73 66 45 52 40
Binary 1110101 1011011 110000 0 10110 111011 110110 100101 101010 100000

Color Harmonies of #755B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B30

Black with #755B30

Text Example


Text Example

White with #755B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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