Html Css Color HEX #95821D Lemon Ginger

📋 copy color: '#95821D'

red 149 ◦ green 130 ◦ blue 29

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

Shades of Lemon Ginger #95821D

Tints of Lemon Ginger #95821D

RGB

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

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

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

R = 48.38%
G = 42.21%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95821D (or 0x95821D) is known color: Lemon Ginger. HEX triplet: 95, 82 and 1D. RGB value is (149,130,29). Sum of RGB (Red+Green+Blue) = 149+130+29=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95821D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95821D is #6A7DE2. Grayscale: #7C7C7C. Windows color (decimal): -6979043 or 1933973. OLE color: 1933973.

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

Color convert

RGB 149 130 29 -
CMYK 0 0.13 0.81 0.42
HSL 50.5º 0.67% 0.35% -
HSV(B) 50.5º 0.81% 0.58% -
XYZ 20.6 22.44 4.41 -
YUV 124.17 74.29 145.71 -
System Red Green Blue C M Y K H S L
Decimal 149 130 29 0 0.13 0.81 0.42 50.5 0.67 0.35
Hex 95 82 1D 0 D 51 2A 32 43 23
Octal 225 202 35 0 15 121 52 62 103 43
Binary 10010101 10000010 11101 0 1101 1010001 101010 110010 1000011 100011

Color Harmonies of #95821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95821D

Black with #95821D

Text Example


Text Example

White with #95821D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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