Html Css Color HEX #765430 Shingle Fawn

📋 copy color: '#765430'

red 118 ◦ green 84 ◦ blue 48

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

Shades of Shingle Fawn #765430

Tints of Shingle Fawn #765430

RGB

 RED value IS 118 (46.48% from 255) = 47.2%

 GREEN value IS 84 (33.2% from 255) = 33.6%

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

R = 47.2%
G = 33.6%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#765430 (or 0x765430) is known color: Shingle Fawn. HEX triplet: 76, 54 and 30. RGB value is (118,84,48). Sum of RGB (Red+Green+Blue) = 118+84+48=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #765430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765430 is #89ABCF. Grayscale: #5A5A5A. Windows color (decimal): -9022416 or 3167350. OLE color: 3167350.

HSL color Cylindrical-coordinate representation of color #765430: hue angle of 30.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765430 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 48 -
CMYK 0 0.29 0.59 0.54
HSL 30.86º 0.42% 0.33% -
HSV(B) 30.86º 0.59% 0.46% -
XYZ 11.18 10.41 4.22 -
YUV 90.06 104.26 147.93 -
System Red Green Blue C M Y K H S L
Decimal 118 84 48 0 0.29 0.59 0.54 30.86 0.42 0.33
Hex 76 54 30 0 1D 3B 36 1F 2A 21
Octal 166 124 60 0 35 73 66 37 52 41
Binary 1110110 1010100 110000 0 11101 111011 110110 11111 101010 100001

Color Harmonies of #765430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765430

Black with #765430

Text Example


Text Example

White with #765430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765430; }

 p { color: rgb(118,84,48); }

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

background-color css

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

 a { background-color: rgb(118,84,48); }

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

border-color css

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

 span { border-color: rgb(118,84,48); }

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