Html Css Color HEX #95831A Lemon Ginger

📋 copy color: '#95831A'

red 149 ◦ green 131 ◦ blue 26

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

Shades of Lemon Ginger #95831A

Tints of Lemon Ginger #95831A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.81%

 BLUE value IS 26 (10.55% from 255) = 8.5%

R = 48.69%
G = 42.81%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95831A (or 0x95831A) is known color: Lemon Ginger. HEX triplet: 95, 83 and 1A. RGB value is (149,131,26). Sum of RGB (Red+Green+Blue) = 149+131+26=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95831A is #6A7CE5. Grayscale: #7C7C7C. Windows color (decimal): -6978790 or 1737621. OLE color: 1737621.

HSL color Cylindrical-coordinate representation of color #95831A: hue angle of 51.22º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95831A is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 26 -
CMYK 0 0.12 0.83 0.42
HSL 51.22º 0.7% 0.34% -
HSV(B) 51.22º 0.83% 0.58% -
XYZ 20.7 22.7 4.27 -
YUV 124.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 149 131 26 0 0.12 0.83 0.42 51.22 0.7 0.34
Hex 95 83 1A 0 C 53 2A 33 46 22
Octal 225 203 32 0 14 123 52 63 106 42
Binary 10010101 10000011 11010 0 1100 1010011 101010 110011 1000110 100010

Color Harmonies of #95831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95831A

Black with #95831A

Text Example


Text Example

White with #95831A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,131,26); }

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

background-color css

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

 a { background-color: rgb(149,131,26); }

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

border-color css

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

 span { border-color: rgb(149,131,26); }

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