Html Css Color HEX #92842D Lemon Ginger

📋 copy color: '#92842D'

red 146 ◦ green 132 ◦ blue 45

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

Shades of Lemon Ginger #92842D

Tints of Lemon Ginger #92842D

RGB

 RED value IS 146 (57.42% from 255) = 45.2%

 GREEN value IS 132 (51.95% from 255) = 40.87%

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 45.2%
G = 40.87%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#92842D (or 0x92842D) is known color: Lemon Ginger. HEX triplet: 92, 84 and 2D. RGB value is (146,132,45). Sum of RGB (Red+Green+Blue) = 146+132+45=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #92842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92842D is #6D7BD2. Grayscale: #7E7E7E. Windows color (decimal): -7175123 or 2983058. OLE color: 2983058.

HSL color Cylindrical-coordinate representation of color #92842D: hue angle of 51.68º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92842D is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 132 45 -
CMYK 0 0.10 0.69 0.43
HSL 51.68º 0.53% 0.37% -
HSV(B) 51.68º 0.69% 0.57% -
XYZ 20.58 22.8 5.8 -
YUV 126.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 146 132 45 0 0.10 0.69 0.43 51.68 0.53 0.37
Hex 92 84 2D 0 A 45 2B 34 35 25
Octal 222 204 55 0 12 105 53 64 65 45
Binary 10010010 10000100 101101 0 1010 1000101 101011 110100 110101 100101

Color Harmonies of #92842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92842D

Black with #92842D

Text Example


Text Example

White with #92842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92842D; }

 p { color: rgb(146,132,45); }

 H1.HeaderClassName
 {
   color: #92842D;
 }
 .AnyTagClassName
 {
   color: #92842D;
 }
</style>

background-color css

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

 a { background-color: rgb(146,132,45); }

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

border-color css

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

 span { border-color: rgb(146,132,45); }

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