Html Css Color HEX #838A53 Finch

📋 copy color: '#838A53'

red 131 ◦ green 138 ◦ blue 83

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

Shades of Finch #838A53

Tints of Finch #838A53

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.2%

 BLUE value IS 83 (32.81% from 255) = 23.58%

R = 37.22%
G = 39.2%
B = 23.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#838A53 (or 0x838A53) is known color: Finch. HEX triplet: 83, 8A and 53. RGB value is (131,138,83). Sum of RGB (Red+Green+Blue) = 131+138+83=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #838A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838A53 is #7C75AC. Grayscale: #818181. Windows color (decimal): -8156589 or 5474947. OLE color: 5474947.

HSL color Cylindrical-coordinate representation of color #838A53: hue angle of 67.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838A53 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 138 83 -
CMYK 0.05 0 0.40 0.46
HSL 67.64º 0.25% 0.43% -
HSV(B) 67.64º 0.4% 0.54% -
XYZ 20.01 23.63 11.69 -
YUV 129.64 101.68 128.97 -
System Red Green Blue C M Y K H S L
Decimal 131 138 83 0.05 0 0.40 0.46 67.64 0.25 0.43
Hex 83 8A 53 5 0 28 2E 44 19 2B
Octal 203 212 123 5 0 50 56 104 31 53
Binary 10000011 10001010 1010011 101 0 101000 101110 1000100 11001 101011

Color Harmonies of #838A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A53

Black with #838A53

Text Example


Text Example

White with #838A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838A53; }

 p { color: rgb(131,138,83); }

 H1.HeaderClassName
 {
   color: #838A53;
 }
 .AnyTagClassName
 {
   color: #838A53;
 }
</style>

background-color css

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

 a { background-color: rgb(131,138,83); }

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

border-color css

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

 span { border-color: rgb(131,138,83); }

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