Html Css Color HEX #948748 Highball

📋 copy color: '#948748'

red 148 ◦ green 135 ◦ blue 72

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

Shades of Highball #948748

Tints of Highball #948748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 41.69%
G = 38.03%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#948748 (or 0x948748) is known color: Highball. HEX triplet: 94, 87 and 48. RGB value is (148,135,72). Sum of RGB (Red+Green+Blue) = 148+135+72=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #948748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948748 is #6B78B7. Grayscale: #838383. Windows color (decimal): -7043256 or 4753300. OLE color: 4753300.

HSL color Cylindrical-coordinate representation of color #948748: hue angle of 49.74º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #948748 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 135 72 -
CMYK 0 0.09 0.51 0.42
HSL 49.74º 0.35% 0.43% -
HSV(B) 49.74º 0.51% 0.58% -
XYZ 22.05 24.09 9.62 -
YUV 131.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 148 135 72 0 0.09 0.51 0.42 49.74 0.35 0.43
Hex 94 87 48 0 9 33 2A 32 23 2B
Octal 224 207 110 0 11 63 52 62 43 53
Binary 10010100 10000111 1001000 0 1001 110011 101010 110010 100011 101011

Color Harmonies of #948748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948748

Black with #948748

Text Example


Text Example

White with #948748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948748; }

 p { color: rgb(148,135,72); }

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

background-color css

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

 a { background-color: rgb(148,135,72); }

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

border-color css

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

 span { border-color: rgb(148,135,72); }

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