Html Css Color HEX #75532C Shingle Fawn

📋 copy color: '#75532C'

red 117 ◦ green 83 ◦ blue 44

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

Shades of Shingle Fawn #75532C

Tints of Shingle Fawn #75532C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.03%

R = 47.95%
G = 34.02%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75532C (or 0x75532C) is known color: Shingle Fawn. HEX triplet: 75, 53 and 2C. RGB value is (117,83,44). Sum of RGB (Red+Green+Blue) = 117+83+44=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75532C is #8AACD3. Grayscale: #585858. Windows color (decimal): -9088212 or 2904949. OLE color: 2904949.

HSL color Cylindrical-coordinate representation of color #75532C: hue angle of 32.05º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75532C is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 44 -
CMYK 0 0.29 0.62 0.54
HSL 32.05º 0.45% 0.32% -
HSV(B) 32.05º 0.62% 0.46% -
XYZ 10.88 10.15 3.77 -
YUV 88.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 117 83 44 0 0.29 0.62 0.54 32.05 0.45 0.32
Hex 75 53 2C 0 1D 3E 36 20 2D 20
Octal 165 123 54 0 35 76 66 40 55 40
Binary 1110101 1010011 101100 0 11101 111110 110110 100000 101101 100000

Color Harmonies of #75532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75532C

Black with #75532C

Text Example


Text Example

White with #75532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75532C; }

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

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

background-color css

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

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

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

border-color css

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

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

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