Html Css Color HEX #908135 Lemon Ginger

📋 copy color: '#908135'

red 144 ◦ green 129 ◦ blue 53

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

Shades of Lemon Ginger #908135

Tints of Lemon Ginger #908135

RGB

 RED value IS 144 (56.64% from 255) = 44.17%

 GREEN value IS 129 (50.78% from 255) = 39.57%

 BLUE value IS 53 (21.09% from 255) = 16.26%

R = 44.17%
G = 39.57%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#908135 (or 0x908135) is known color: Lemon Ginger. HEX triplet: 90, 81 and 35. RGB value is (144,129,53). Sum of RGB (Red+Green+Blue) = 144+129+53=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #908135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908135 is #6F7ECA. Grayscale: #7D7D7D. Windows color (decimal): -7306955 or 3506576. OLE color: 3506576.

HSL color Cylindrical-coordinate representation of color #908135: hue angle of 50.11º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #908135 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 129 53 -
CMYK 0 0.10 0.63 0.44
HSL 50.11º 0.46% 0.39% -
HSV(B) 50.11º 0.63% 0.56% -
XYZ 19.99 21.89 6.54 -
YUV 124.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 144 129 53 0 0.10 0.63 0.44 50.11 0.46 0.39
Hex 90 81 35 0 A 3F 2C 32 2E 27
Octal 220 201 65 0 12 77 54 62 56 47
Binary 10010000 10000001 110101 0 1010 111111 101100 110010 101110 100111

Color Harmonies of #908135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908135

Black with #908135

Text Example


Text Example

White with #908135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908135; }

 p { color: rgb(144,129,53); }

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

background-color css

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

 a { background-color: rgb(144,129,53); }

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

border-color css

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

 span { border-color: rgb(144,129,53); }

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