Html Css Color HEX #93872A Lemon Ginger

📋 copy color: '#93872A'

red 147 ◦ green 135 ◦ blue 42

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

Shades of Lemon Ginger #93872A

Tints of Lemon Ginger #93872A

RGB

 RED value IS 147 (57.81% from 255) = 45.37%

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

 BLUE value IS 42 (16.8% from 255) = 12.96%

R = 45.37%
G = 41.67%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#93872A (or 0x93872A) is known color: Lemon Ginger. HEX triplet: 93, 87 and 2A. RGB value is (147,135,42). Sum of RGB (Red+Green+Blue) = 147+135+42=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93872A is #6C78D5. Grayscale: #808080. Windows color (decimal): -7108822 or 2787219. OLE color: 2787219.

HSL color Cylindrical-coordinate representation of color #93872A: hue angle of 53.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93872A is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 135 42 -
CMYK 0 0.08 0.71 0.42
HSL 53.14º 0.56% 0.37% -
HSV(B) 53.14º 0.71% 0.58% -
XYZ 21.11 23.7 5.65 -
YUV 127.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 147 135 42 0 0.08 0.71 0.42 53.14 0.56 0.37
Hex 93 87 2A 0 8 47 2A 35 38 25
Octal 223 207 52 0 10 107 52 65 70 45
Binary 10010011 10000111 101010 0 1000 1000111 101010 110101 111000 100101

Color Harmonies of #93872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93872A

Black with #93872A

Text Example


Text Example

White with #93872A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,135,42); }

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

background-color css

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

 a { background-color: rgb(147,135,42); }

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

border-color css

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

 span { border-color: rgb(147,135,42); }

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