Html Css Color HEX #745333 Shingle Fawn

📋 copy color: '#745333'

red 116 ◦ green 83 ◦ blue 51

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

Shades of Shingle Fawn #745333

Tints of Shingle Fawn #745333

RGB

 RED value IS 116 (45.7% from 255) = 46.4%

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

 BLUE value IS 51 (20.31% from 255) = 20.4%

R = 46.4%
G = 33.2%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#745333 (or 0x745333) is known color: Shingle Fawn. HEX triplet: 74, 53 and 33. RGB value is (116,83,51). Sum of RGB (Red+Green+Blue) = 116+83+51=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #745333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745333 is #8BACCC. Grayscale: #595959. Windows color (decimal): -9153741 or 3363700. OLE color: 3363700.

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

Color convert

RGB 116 83 51 -
CMYK 0 0.28 0.56 0.55
HSL 29.54º 0.39% 0.33% -
HSV(B) 29.54º 0.56% 0.45% -
XYZ 10.89 10.14 4.51 -
YUV 89.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 116 83 51 0 0.28 0.56 0.55 29.54 0.39 0.33
Hex 74 53 33 0 1C 38 37 1E 27 21
Octal 164 123 63 0 34 70 67 36 47 41
Binary 1110100 1010011 110011 0 11100 111000 110111 11110 100111 100001

Color Harmonies of #745333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745333

Black with #745333

Text Example


Text Example

White with #745333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745333; }

 p { color: rgb(116,83,51); }

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

background-color css

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

 a { background-color: rgb(116,83,51); }

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

border-color css

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

 span { border-color: rgb(116,83,51); }

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