Html Css Color HEX #94821B Lemon Ginger

📋 copy color: '#94821B'

red 148 ◦ green 130 ◦ blue 27

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

Shades of Lemon Ginger #94821B

Tints of Lemon Ginger #94821B

RGB

 RED value IS 148 (58.2% from 255) = 48.52%

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

 BLUE value IS 27 (10.94% from 255) = 8.85%

R = 48.52%
G = 42.62%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94821B (or 0x94821B) is known color: Lemon Ginger. HEX triplet: 94, 82 and 1B. RGB value is (148,130,27). Sum of RGB (Red+Green+Blue) = 148+130+27=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94821B is #6B7DE4. Grayscale: #7C7C7C. Windows color (decimal): -7044581 or 1802900. OLE color: 1802900.

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

Color convert

RGB 148 130 27 -
CMYK 0 0.12 0.82 0.42
HSL 51.07º 0.69% 0.34% -
HSV(B) 51.07º 0.82% 0.58% -
XYZ 20.39 22.34 4.27 -
YUV 123.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 148 130 27 0 0.12 0.82 0.42 51.07 0.69 0.34
Hex 94 82 1B 0 C 52 2A 33 45 22
Octal 224 202 33 0 14 122 52 63 105 42
Binary 10010100 10000010 11011 0 1100 1010010 101010 110011 1000101 100010

Color Harmonies of #94821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94821B

Black with #94821B

Text Example


Text Example

White with #94821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94821B; }

 p { color: rgb(148,130,27); }

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

background-color css

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

 a { background-color: rgb(148,130,27); }

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

border-color css

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

 span { border-color: rgb(148,130,27); }

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