Html Css Color HEX #94871C Lemon Ginger

📋 copy color: '#94871C'

red 148 ◦ green 135 ◦ blue 28

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

Shades of Lemon Ginger #94871C

Tints of Lemon Ginger #94871C

RGB

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

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

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

R = 47.59%
G = 43.41%
B = 9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94871C (or 0x94871C) is known color: Lemon Ginger. HEX triplet: 94, 87 and 1C. RGB value is (148,135,28). Sum of RGB (Red+Green+Blue) = 148+135+28=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94871C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94871C is #6B78E3. Grayscale: #7F7F7F. Windows color (decimal): -7043300 or 1869716. OLE color: 1869716.

HSL color Cylindrical-coordinate representation of color #94871C: hue angle of 53.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94871C is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 135 28 -
CMYK 0 0.09 0.81 0.42
HSL 53.5º 0.68% 0.35% -
HSV(B) 53.5º 0.81% 0.58% -
XYZ 21.09 23.71 4.56 -
YUV 126.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 148 135 28 0 0.09 0.81 0.42 53.5 0.68 0.35
Hex 94 87 1C 0 9 51 2A 36 44 23
Octal 224 207 34 0 11 121 52 66 104 43
Binary 10010100 10000111 11100 0 1001 1010001 101010 110110 1000100 100011

Color Harmonies of #94871C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94871C

Black with #94871C

Text Example


Text Example

White with #94871C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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