Html Css Color HEX #91821C Lemon Ginger

📋 copy color: '#91821C'

red 145 ◦ green 130 ◦ blue 28

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

Shades of Lemon Ginger #91821C

Tints of Lemon Ginger #91821C

RGB

 RED value IS 145 (57.03% from 255) = 47.85%

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

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 47.85%
G = 42.9%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91821C (or 0x91821C) is known color: Lemon Ginger. HEX triplet: 91, 82 and 1C. RGB value is (145,130,28). Sum of RGB (Red+Green+Blue) = 145+130+28=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #91821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91821C is #6E7DE3. Grayscale: #7B7B7B. Windows color (decimal): -7241188 or 1868433. OLE color: 1868433.

HSL color Cylindrical-coordinate representation of color #91821C: hue angle of 52.31º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91821C is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 130 28 -
CMYK 0 0.10 0.81 0.43
HSL 52.31º 0.68% 0.34% -
HSV(B) 52.31º 0.81% 0.57% -
XYZ 19.87 22.07 4.31 -
YUV 122.86 74.47 143.79 -
System Red Green Blue C M Y K H S L
Decimal 145 130 28 0 0.10 0.81 0.43 52.31 0.68 0.34
Hex 91 82 1C 0 A 51 2B 34 44 22
Octal 221 202 34 0 12 121 53 64 104 42
Binary 10010001 10000010 11100 0 1010 1010001 101011 110100 1000100 100010

Color Harmonies of #91821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91821C

Black with #91821C

Text Example


Text Example

White with #91821C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,130,28); }

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

background-color css

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

 a { background-color: rgb(145,130,28); }

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

border-color css

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

 span { border-color: rgb(145,130,28); }

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