Html Css Color HEX #99813A Lemon Ginger

📋 copy color: '#99813A'

red 153 ◦ green 129 ◦ blue 58

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

Shades of Lemon Ginger #99813A

Tints of Lemon Ginger #99813A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.94%

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 45%
G = 37.94%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.4

RGB Variations

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

Color information

#99813A (or 0x99813A) is known color: Lemon Ginger. HEX triplet: 99, 81 and 3A. RGB value is (153,129,58). Sum of RGB (Red+Green+Blue) = 153+129+58=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #99813A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99813A is #667EC5. Grayscale: #808080. Windows color (decimal): -6717126 or 3834265. OLE color: 3834265.

HSL color Cylindrical-coordinate representation of color #99813A: hue angle of 44.84º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99813A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 129 58 -
CMYK 0 0.16 0.62 0.4
HSL 44.84º 0.45% 0.41% -
HSV(B) 44.84º 0.62% 0.6% -
XYZ 21.75 22.78 7.25 -
YUV 128.08 88.45 145.77 -
System Red Green Blue C M Y K H S L
Decimal 153 129 58 0 0.16 0.62 0.4 44.84 0.45 0.41
Hex 99 81 3A 0 10 3E 28 2D 2D 29
Octal 231 201 72 0 20 76 50 55 55 51
Binary 10011001 10000001 111010 0 10000 111110 101000 101101 101101 101001

Color Harmonies of #99813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99813A

Black with #99813A

Text Example


Text Example

White with #99813A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99813A; }

 p { color: rgb(153,129,58); }

 H1.HeaderClassName
 {
   color: #99813A;
 }
 .AnyTagClassName
 {
   color: #99813A;
 }
</style>

background-color css

<style>
 a { background-color: #99813A; }

 a { background-color: rgb(153,129,58); }

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

border-color css

<style>
 span { border-color: #99813A; }

 span { border-color: rgb(153,129,58); }

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