Html Css Color HEX #94872D Lemon Ginger

📋 copy color: '#94872D'

red 148 ◦ green 135 ◦ blue 45

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

Shades of Lemon Ginger #94872D

Tints of Lemon Ginger #94872D

RGB

 RED value IS 148 (58.2% from 255) = 45.12%

 GREEN value IS 135 (53.13% from 255) = 41.16%

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

R = 45.12%
G = 41.16%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#94872D (or 0x94872D) is known color: Lemon Ginger. HEX triplet: 94, 87 and 2D. RGB value is (148,135,45). Sum of RGB (Red+Green+Blue) = 148+135+45=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94872D is #6B78D2. Grayscale: #808080. Windows color (decimal): -7043283 or 2983828. OLE color: 2983828.

HSL color Cylindrical-coordinate representation of color #94872D: hue angle of 52.43º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94872D is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 135 45 -
CMYK 0 0.09 0.70 0.42
HSL 52.43º 0.53% 0.38% -
HSV(B) 52.43º 0.7% 0.58% -
XYZ 21.35 23.81 5.95 -
YUV 128.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 148 135 45 0 0.09 0.70 0.42 52.43 0.53 0.38
Hex 94 87 2D 0 9 46 2A 34 35 26
Octal 224 207 55 0 11 106 52 64 65 46
Binary 10010100 10000111 101101 0 1001 1000110 101010 110100 110101 100110

Color Harmonies of #94872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94872D

Black with #94872D

Text Example


Text Example

White with #94872D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,135,45); }

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

background-color css

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

 a { background-color: rgb(148,135,45); }

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

border-color css

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

 span { border-color: rgb(148,135,45); }

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