#838752

Color #838752 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #838752

Tints of Finch #838752

Color information

#838752 (or 0x838752) is unknown color: approx Finch. HEX triplet: 83, 87 and 52. RGB value is (131,135,82). Sum of RGB (Red+Green+Blue) = 131+135+82=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #838752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838752 is #7C78AD. Grayscale: #7F7F7F. Windows color (decimal): -8157358 or 5408643. OLE color: 5408643.

HSL color Cylindrical-coordinate representation of color #838752: hue angle of 64.53º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #838752 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB13113582-
CMYK0.0300.390.47
HSL64.53º24.42%42.55%-
HSV(B)64.53º39.26%52.94%-
XYZ19.5522.7611.35-
YUV127.76102.17130.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=37.64%
G=38.79%
B=23.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131135820.0300.390.4764.5324.4242.55
Hex83875230272F41182b
Octal2032071223047571013053
Binary10000011100001111010010110100111101111100000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838752; }

 p { color: rgb(131,135,82); }

 H1.HeaderClassName
 {
   color: #838752;
 }
 .AnyTagClassName
 {
   color: #838752;
 }
</style>
background-color css

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

 a { background-color: rgb(131,135,82); }

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

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

 span { border-color: rgb(131,135,82); }

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