Html Css Color HEX #948F57 Bandicoot

📋 copy color: '#948F57'

red 148 ◦ green 143 ◦ blue 87

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

Shades of Bandicoot #948F57

Tints of Bandicoot #948F57

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.83%

 BLUE value IS 87 (34.38% from 255) = 23.02%

R = 39.15%
G = 37.83%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#948F57 (or 0x948F57) is known color: Bandicoot. HEX triplet: 94, 8F and 57. RGB value is (148,143,87). Sum of RGB (Red+Green+Blue) = 148+143+87=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #948F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F57 is #6B70A8. Grayscale: #8A8A8A. Windows color (decimal): -7041193 or 5738388. OLE color: 5738388.

HSL color Cylindrical-coordinate representation of color #948F57: hue angle of 55.08º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #948F57 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 143 87 -
CMYK 0 0.03 0.41 0.42
HSL 55.08º 0.26% 0.46% -
HSV(B) 55.08º 0.41% 0.58% -
XYZ 23.76 26.63 12.9 -
YUV 138.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 148 143 87 0 0.03 0.41 0.42 55.08 0.26 0.46
Hex 94 8F 57 0 3 29 2A 37 1A 2E
Octal 224 217 127 0 3 51 52 67 32 56
Binary 10010100 10001111 1010111 0 11 101001 101010 110111 11010 101110

Color Harmonies of #948F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948F57

Black with #948F57

Text Example


Text Example

White with #948F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948F57; }

 p { color: rgb(148,143,87); }

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

background-color css

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

 a { background-color: rgb(148,143,87); }

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

border-color css

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

 span { border-color: rgb(148,143,87); }

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