Html Css Color HEX #745A30 Shingle Fawn

📋 copy color: '#745A30'

red 116 ◦ green 90 ◦ blue 48

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

Shades of Shingle Fawn #745A30

Tints of Shingle Fawn #745A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.43%

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

R = 45.67%
G = 35.43%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#745A30 (or 0x745A30) is known color: Shingle Fawn. HEX triplet: 74, 5A and 30. RGB value is (116,90,48). Sum of RGB (Red+Green+Blue) = 116+90+48=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #745A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A30 is #8BA5CF. Grayscale: #5D5D5D. Windows color (decimal): -9151952 or 3168884. OLE color: 3168884.

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

Color convert

RGB 116 90 48 -
CMYK 0 0.22 0.59 0.55
HSL 37.06º 0.41% 0.32% -
HSV(B) 37.06º 0.59% 0.45% -
XYZ 11.39 11.24 4.37 -
YUV 92.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 116 90 48 0 0.22 0.59 0.55 37.06 0.41 0.32
Hex 74 5A 30 0 16 3B 37 25 29 20
Octal 164 132 60 0 26 73 67 45 51 40
Binary 1110100 1011010 110000 0 10110 111011 110111 100101 101001 100000

Color Harmonies of #745A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745A30

Black with #745A30

Text Example


Text Example

White with #745A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745A30; }

 p { color: rgb(116,90,48); }

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

background-color css

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

 a { background-color: rgb(116,90,48); }

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

border-color css

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

 span { border-color: rgb(116,90,48); }

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