Html Css Color HEX #92851D Lemon Ginger

📋 copy color: '#92851D'

red 146 ◦ green 133 ◦ blue 29

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

Shades of Lemon Ginger #92851D

Tints of Lemon Ginger #92851D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.42%

R = 47.4%
G = 43.18%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#92851D (or 0x92851D) is known color: Lemon Ginger. HEX triplet: 92, 85 and 1D. RGB value is (146,133,29). Sum of RGB (Red+Green+Blue) = 146+133+29=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #92851D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92851D is #6D7AE2. Grayscale: #7D7D7D. Windows color (decimal): -7174883 or 1934738. OLE color: 1934738.

HSL color Cylindrical-coordinate representation of color #92851D: hue angle of 53.33º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92851D is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 133 29 -
CMYK 0 0.09 0.80 0.43
HSL 53.33º 0.67% 0.34% -
HSV(B) 53.33º 0.8% 0.57% -
XYZ 20.46 22.97 4.52 -
YUV 125.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 146 133 29 0 0.09 0.80 0.43 53.33 0.67 0.34
Hex 92 85 1D 0 9 50 2B 35 43 22
Octal 222 205 35 0 11 120 53 65 103 42
Binary 10010010 10000101 11101 0 1001 1010000 101011 110101 1000011 100010

Color Harmonies of #92851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92851D

Black with #92851D

Text Example


Text Example

White with #92851D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,133,29); }

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

background-color css

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

 a { background-color: rgb(146,133,29); }

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

border-color css

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

 span { border-color: rgb(146,133,29); }

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