Html Css Color HEX #99852C Lemon Ginger

📋 copy color: '#99852C'

red 153 ◦ green 133 ◦ blue 44

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

Shades of Lemon Ginger #99852C

Tints of Lemon Ginger #99852C

RGB

 RED value IS 153 (60.16% from 255) = 46.36%

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

 BLUE value IS 44 (17.58% from 255) = 13.33%

R = 46.36%
G = 40.3%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#99852C (or 0x99852C) is known color: Lemon Ginger. HEX triplet: 99, 85 and 2C. RGB value is (153,133,44). Sum of RGB (Red+Green+Blue) = 153+133+44=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99852C is #667AD3. Grayscale: #818181. Windows color (decimal): -6716116 or 2917785. OLE color: 2917785.

HSL color Cylindrical-coordinate representation of color #99852C: hue angle of 48.99º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99852C is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 133 44 -
CMYK 0 0.13 0.71 0.4
HSL 48.99º 0.55% 0.39% -
HSV(B) 48.99º 0.71% 0.6% -
XYZ 21.98 23.73 5.8 -
YUV 128.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 153 133 44 0 0.13 0.71 0.4 48.99 0.55 0.39
Hex 99 85 2C 0 D 47 28 31 37 27
Octal 231 205 54 0 15 107 50 61 67 47
Binary 10011001 10000101 101100 0 1101 1000111 101000 110001 110111 100111

Color Harmonies of #99852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99852C

Black with #99852C

Text Example


Text Example

White with #99852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99852C; }

 p { color: rgb(153,133,44); }

 H1.HeaderClassName
 {
   color: #99852C;
 }
 .AnyTagClassName
 {
   color: #99852C;
 }
</style>

background-color css

<style>
 a { background-color: #99852C; }

 a { background-color: rgb(153,133,44); }

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

border-color css

<style>
 span { border-color: #99852C; }

 span { border-color: rgb(153,133,44); }

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