Html Css Color HEX #92821F Lemon Ginger

📋 copy color: '#92821F'

red 146 ◦ green 130 ◦ blue 31

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

Shades of Lemon Ginger #92821F

Tints of Lemon Ginger #92821F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.1%

R = 47.56%
G = 42.35%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#92821F (or 0x92821F) is known color: Lemon Ginger. HEX triplet: 92, 82 and 1F. RGB value is (146,130,31). Sum of RGB (Red+Green+Blue) = 146+130+31=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #92821F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92821F is #6D7DE0. Grayscale: #7B7B7B. Windows color (decimal): -7175649 or 2065042. OLE color: 2065042.

HSL color Cylindrical-coordinate representation of color #92821F: hue angle of 51.65º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #92821F is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 130 31 -
CMYK 0 0.11 0.79 0.43
HSL 51.65º 0.65% 0.35% -
HSV(B) 51.65º 0.79% 0.57% -
XYZ 20.08 22.18 4.52 -
YUV 123.5 75.8 144.05 -
System Red Green Blue C M Y K H S L
Decimal 146 130 31 0 0.11 0.79 0.43 51.65 0.65 0.35
Hex 92 82 1F 0 B 4F 2B 34 41 23
Octal 222 202 37 0 13 117 53 64 101 43
Binary 10010010 10000010 11111 0 1011 1001111 101011 110100 1000001 100011

Color Harmonies of #92821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92821F

Black with #92821F

Text Example


Text Example

White with #92821F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,130,31); }

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

background-color css

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

 a { background-color: rgb(146,130,31); }

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

border-color css

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

 span { border-color: rgb(146,130,31); }

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