Html Css Color HEX #95851D Lemon Ginger

📋 copy color: '#95851D'

red 149 ◦ green 133 ◦ blue 29

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

Shades of Lemon Ginger #95851D

Tints of Lemon Ginger #95851D

RGB

 RED value IS 149 (58.59% from 255) = 47.91%

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

 BLUE value IS 29 (11.72% from 255) = 9.32%

R = 47.91%
G = 42.77%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95851D (or 0x95851D) is known color: Lemon Ginger. HEX triplet: 95, 85 and 1D. RGB value is (149,133,29). Sum of RGB (Red+Green+Blue) = 149+133+29=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95851D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95851D is #6A7AE2. Grayscale: #7E7E7E. Windows color (decimal): -6978275 or 1934741. OLE color: 1934741.

HSL color Cylindrical-coordinate representation of color #95851D: hue angle of 52º degrees, saturation: 0.67, 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 #95851D is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 133 29 -
CMYK 0 0.11 0.81 0.42
HSL 52º 0.67% 0.35% -
HSV(B) 52º 0.81% 0.58% -
XYZ 21 23.25 4.54 -
YUV 125.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 149 133 29 0 0.11 0.81 0.42 52 0.67 0.35
Hex 95 85 1D 0 B 51 2A 34 43 23
Octal 225 205 35 0 13 121 52 64 103 43
Binary 10010101 10000101 11101 0 1011 1010001 101010 110100 1000011 100011

Color Harmonies of #95851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95851D

Black with #95851D

Text Example


Text Example

White with #95851D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,133,29); }

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

background-color css

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

 a { background-color: rgb(149,133,29); }

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

border-color css

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

 span { border-color: rgb(149,133,29); }

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