Html Css Color HEX #99852D Lemon Ginger

📋 copy color: '#99852D'

red 153 ◦ green 133 ◦ blue 45

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

Shades of Lemon Ginger #99852D

Tints of Lemon Ginger #99852D

RGB

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

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

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

R = 46.22%
G = 40.18%
B = 13.6%

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

#99852D (or 0x99852D) is known color: Lemon Ginger. HEX triplet: 99, 85 and 2D. RGB value is (153,133,45). Sum of RGB (Red+Green+Blue) = 153+133+45=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99852D is #667AD2. Grayscale: #818181. Windows color (decimal): -6716115 or 2983321. OLE color: 2983321.

HSL color Cylindrical-coordinate representation of color #99852D: hue angle of 48.89º 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 #99852D is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 133 45 -
CMYK 0 0.13 0.71 0.4
HSL 48.89º 0.55% 0.39% -
HSV(B) 48.89º 0.71% 0.6% -
XYZ 22 23.74 5.9 -
YUV 128.95 80.63 145.16 -
System Red Green Blue C M Y K H S L
Decimal 153 133 45 0 0.13 0.71 0.4 48.89 0.55 0.39
Hex 99 85 2D 0 D 47 28 31 37 27
Octal 231 205 55 0 15 107 50 61 67 47
Binary 10011001 10000101 101101 0 1101 1000111 101000 110001 110111 100111

Color Harmonies of #99852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99852D

Black with #99852D

Text Example


Text Example

White with #99852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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