Html Css Color HEX #80854B Finch

📋 copy color: '#80854B'

red 128 ◦ green 133 ◦ blue 75

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

Shades of Finch #80854B

Tints of Finch #80854B

RGB

 RED value IS 128 (50.39% from 255) = 38.1%

 GREEN value IS 133 (52.34% from 255) = 39.58%

 BLUE value IS 75 (29.69% from 255) = 22.32%

R = 38.1%
G = 39.58%
B = 22.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#80854B (or 0x80854B) is known color: Finch. HEX triplet: 80, 85 and 4B. RGB value is (128,133,75). Sum of RGB (Red+Green+Blue) = 128+133+75=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #80854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80854B is #7F7AB4. Grayscale: #7D7D7D. Windows color (decimal): -8354485 or 4949376. OLE color: 4949376.

HSL color Cylindrical-coordinate representation of color #80854B: hue angle of 65.17º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80854B is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 75 -
CMYK 0.04 0 0.44 0.48
HSL 65.17º 0.28% 0.41% -
HSV(B) 65.17º 0.44% 0.52% -
XYZ 18.56 21.87 9.9 -
YUV 124.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 128 133 75 0.04 0 0.44 0.48 65.17 0.28 0.41
Hex 80 85 4B 4 0 2C 30 41 1C 29
Octal 200 205 113 4 0 54 60 101 34 51
Binary 10000000 10000101 1001011 100 0 101100 110000 1000001 11100 101001

Color Harmonies of #80854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80854B

Black with #80854B

Text Example


Text Example

White with #80854B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80854B; }

 p { color: rgb(128,133,75); }

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

background-color css

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

 a { background-color: rgb(128,133,75); }

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

border-color css

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

 span { border-color: rgb(128,133,75); }

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