Html Css Color HEX #735530 Shingle Fawn

📋 copy color: '#735530'

red 115 ◦ green 85 ◦ blue 48

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

Shades of Shingle Fawn #735530

Tints of Shingle Fawn #735530

RGB

 RED value IS 115 (45.31% from 255) = 46.37%

 GREEN value IS 85 (33.59% from 255) = 34.27%

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

R = 46.37%
G = 34.27%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#735530 (or 0x735530) is known color: Shingle Fawn. HEX triplet: 73, 55 and 30. RGB value is (115,85,48). Sum of RGB (Red+Green+Blue) = 115+85+48=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #735530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735530 is #8CAACF. Grayscale: #595959. Windows color (decimal): -9218768 or 3167603. OLE color: 3167603.

HSL color Cylindrical-coordinate representation of color #735530: hue angle of 33.13º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #735530 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 85 48 -
CMYK 0 0.26 0.58 0.55
HSL 33.13º 0.41% 0.32% -
HSV(B) 33.13º 0.58% 0.45% -
XYZ 10.85 10.36 4.22 -
YUV 89.75 104.44 146.01 -
System Red Green Blue C M Y K H S L
Decimal 115 85 48 0 0.26 0.58 0.55 33.13 0.41 0.32
Hex 73 55 30 0 1A 3A 37 21 29 20
Octal 163 125 60 0 32 72 67 41 51 40
Binary 1110011 1010101 110000 0 11010 111010 110111 100001 101001 100000

Color Harmonies of #735530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735530

Black with #735530

Text Example


Text Example

White with #735530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735530; }

 p { color: rgb(115,85,48); }

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

background-color css

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

 a { background-color: rgb(115,85,48); }

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

border-color css

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

 span { border-color: rgb(115,85,48); }

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