Html Css Color HEX #83874F Finch

📋 copy color: '#83874F'

red 131 ◦ green 135 ◦ blue 79

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

Shades of Finch #83874F

Tints of Finch #83874F

RGB

 RED value IS 131 (51.56% from 255) = 37.97%

 GREEN value IS 135 (53.13% from 255) = 39.13%

 BLUE value IS 79 (31.25% from 255) = 22.9%

R = 37.97%
G = 39.13%
B = 22.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#83874F (or 0x83874F) is known color: Finch. HEX triplet: 83, 87 and 4F. RGB value is (131,135,79). Sum of RGB (Red+Green+Blue) = 131+135+79=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #83874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83874F is #7C78B0. Grayscale: #7F7F7F. Windows color (decimal): -8157361 or 5212035. OLE color: 5212035.

HSL color Cylindrical-coordinate representation of color #83874F: hue angle of 64.29º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83874F is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 135 79 -
CMYK 0.03 0 0.41 0.47
HSL 64.29º 0.26% 0.42% -
HSV(B) 64.29º 0.41% 0.53% -
XYZ 19.44 22.72 10.76 -
YUV 127.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 131 135 79 0.03 0 0.41 0.47 64.29 0.26 0.42
Hex 83 87 4F 3 0 29 2F 40 1A 2A
Octal 203 207 117 3 0 51 57 100 32 52
Binary 10000011 10000111 1001111 11 0 101001 101111 1000000 11010 101010

Color Harmonies of #83874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83874F

Black with #83874F

Text Example


Text Example

White with #83874F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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