Html Css Color HEX #78532E Shingle Fawn

📋 copy color: '#78532E'

red 120 ◦ green 83 ◦ blue 46

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

Shades of Shingle Fawn #78532E

Tints of Shingle Fawn #78532E

RGB

 RED value IS 120 (47.27% from 255) = 48.19%

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

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 48.19%
G = 33.33%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#78532E (or 0x78532E) is known color: Shingle Fawn. HEX triplet: 78, 53 and 2E. RGB value is (120,83,46). Sum of RGB (Red+Green+Blue) = 120+83+46=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78532E is #87ACD1. Grayscale: #5A5A5A. Windows color (decimal): -8891602 or 3036024. OLE color: 3036024.

HSL color Cylindrical-coordinate representation of color #78532E: hue angle of 30º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78532E is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 83 46 -
CMYK 0 0.31 0.62 0.53
HSL 30º 0.45% 0.33% -
HSV(B) 30º 0.62% 0.47% -
XYZ 11.33 10.38 3.99 -
YUV 89.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 120 83 46 0 0.31 0.62 0.53 30 0.45 0.33
Hex 78 53 2E 0 1F 3E 35 1E 2D 21
Octal 170 123 56 0 37 76 65 36 55 41
Binary 1111000 1010011 101110 0 11111 111110 110101 11110 101101 100001

Color Harmonies of #78532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78532E

Black with #78532E

Text Example


Text Example

White with #78532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78532E; }

 p { color: rgb(120,83,46); }

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

background-color css

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

 a { background-color: rgb(120,83,46); }

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

border-color css

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

 span { border-color: rgb(120,83,46); }

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