Html Css Color HEX #735334 Shingle Fawn

📋 copy color: '#735334'

red 115 ◦ green 83 ◦ blue 52

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

Shades of Shingle Fawn #735334

Tints of Shingle Fawn #735334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.8%

R = 46%
G = 33.2%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#735334 (or 0x735334) is known color: Shingle Fawn. HEX triplet: 73, 53 and 34. RGB value is (115,83,52). Sum of RGB (Red+Green+Blue) = 115+83+52=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #735334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735334 is #8CACCB. Grayscale: #595959. Windows color (decimal): -9219276 or 3429235. OLE color: 3429235.

HSL color Cylindrical-coordinate representation of color #735334: hue angle of 29.52º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #735334 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 83 52 -
CMYK 0 0.28 0.55 0.55
HSL 29.52º 0.38% 0.33% -
HSV(B) 29.52º 0.55% 0.45% -
XYZ 10.78 10.08 4.63 -
YUV 89.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 115 83 52 0 0.28 0.55 0.55 29.52 0.38 0.33
Hex 73 53 34 0 1C 37 37 1E 26 21
Octal 163 123 64 0 34 67 67 36 46 41
Binary 1110011 1010011 110100 0 11100 110111 110111 11110 100110 100001

Color Harmonies of #735334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735334

Black with #735334

Text Example


Text Example

White with #735334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735334; }

 p { color: rgb(115,83,52); }

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

background-color css

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

 a { background-color: rgb(115,83,52); }

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

border-color css

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

 span { border-color: rgb(115,83,52); }

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