Html Css Color HEX #76582F Shingle Fawn

📋 copy color: '#76582F'

red 118 ◦ green 88 ◦ blue 47

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

Shades of Shingle Fawn #76582F

Tints of Shingle Fawn #76582F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.78%

 BLUE value IS 47 (18.75% from 255) = 18.58%

R = 46.64%
G = 34.78%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76582F (or 0x76582F) is known color: Shingle Fawn. HEX triplet: 76, 58 and 2F. RGB value is (118,88,47). Sum of RGB (Red+Green+Blue) = 118+88+47=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #76582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76582F is #89A7D0. Grayscale: #5C5C5C. Windows color (decimal): -9021393 or 3102838. OLE color: 3102838.

HSL color Cylindrical-coordinate representation of color #76582F: hue angle of 34.65º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76582F is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 88 47 -
CMYK 0 0.25 0.60 0.54
HSL 34.65º 0.43% 0.32% -
HSV(B) 34.65º 0.6% 0.46% -
XYZ 11.47 11.04 4.21 -
YUV 92.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 118 88 47 0 0.25 0.60 0.54 34.65 0.43 0.32
Hex 76 58 2F 0 19 3C 36 23 2B 20
Octal 166 130 57 0 31 74 66 43 53 40
Binary 1110110 1011000 101111 0 11001 111100 110110 100011 101011 100000

Color Harmonies of #76582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76582F

Black with #76582F

Text Example


Text Example

White with #76582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76582F; }

 p { color: rgb(118,88,47); }

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

background-color css

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

 a { background-color: rgb(118,88,47); }

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

border-color css

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

 span { border-color: rgb(118,88,47); }

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