Html Css Color HEX #755330 Shingle Fawn

📋 copy color: '#755330'

red 117 ◦ green 83 ◦ blue 48

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

Shades of Shingle Fawn #755330

Tints of Shingle Fawn #755330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

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

R = 47.18%
G = 33.47%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#755330 (or 0x755330) is known color: Shingle Fawn. HEX triplet: 75, 53 and 30. RGB value is (117,83,48). Sum of RGB (Red+Green+Blue) = 117+83+48=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #755330 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755330 is #8AACCF. Grayscale: #595959. Windows color (decimal): -9088208 or 3167093. OLE color: 3167093.

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

Color convert

RGB 117 83 48 -
CMYK 0 0.29 0.59 0.54
HSL 30.43º 0.42% 0.32% -
HSV(B) 30.43º 0.59% 0.46% -
XYZ 10.96 10.18 4.18 -
YUV 89.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 117 83 48 0 0.29 0.59 0.54 30.43 0.42 0.32
Hex 75 53 30 0 1D 3B 36 1E 2A 20
Octal 165 123 60 0 35 73 66 36 52 40
Binary 1110101 1010011 110000 0 11101 111011 110110 11110 101010 100000

Color Harmonies of #755330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755330

Black with #755330

Text Example


Text Example

White with #755330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755330; }

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

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

background-color css

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

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

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

border-color css

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

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

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