Html Css Color HEX #73824A Finch

📋 copy color: '#73824A'

red 115 ◦ green 130 ◦ blue 74

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

Shades of Finch #73824A

Tints of Finch #73824A

RGB

 RED value IS 115 (45.31% from 255) = 36.05%

 GREEN value IS 130 (51.17% from 255) = 40.75%

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 36.05%
G = 40.75%
B = 23.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#73824A (or 0x73824A) is known color: Finch. HEX triplet: 73, 82 and 4A. RGB value is (115,130,74). Sum of RGB (Red+Green+Blue) = 115+130+74=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #73824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73824A is #8C7DB5. Grayscale: #777777. Windows color (decimal): -9207222 or 4883059. OLE color: 4883059.

HSL color Cylindrical-coordinate representation of color #73824A: hue angle of 76.07º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73824A is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 130 74 -
CMYK 0.12 0 0.43 0.49
HSL 76.07º 0.27% 0.4% -
HSV(B) 76.07º 0.43% 0.51% -
XYZ 16.29 20.1 9.5 -
YUV 119.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 115 130 74 0.12 0 0.43 0.49 76.07 0.27 0.4
Hex 73 82 4A C 0 2B 31 4C 1B 28
Octal 163 202 112 14 0 53 61 114 33 50
Binary 1110011 10000010 1001010 1100 0 101011 110001 1001100 11011 101000

Color Harmonies of #73824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73824A

Black with #73824A

Text Example


Text Example

White with #73824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73824A; }

 p { color: rgb(115,130,74); }

 H1.HeaderClassName
 {
   color: #73824A;
 }
 .AnyTagClassName
 {
   color: #73824A;
 }
</style>

background-color css

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

 a { background-color: rgb(115,130,74); }

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

border-color css

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

 span { border-color: rgb(115,130,74); }

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