Html Css Color HEX #98814B Muesli

📋 copy color: '#98814B'

red 152 ◦ green 129 ◦ blue 75

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

Shades of Muesli #98814B

Tints of Muesli #98814B

RGB

 RED value IS 152 (59.77% from 255) = 42.7%

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

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 42.7%
G = 36.24%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98814B (or 0x98814B) is known color: Muesli. HEX triplet: 98, 81 and 4B. RGB value is (152,129,75). Sum of RGB (Red+Green+Blue) = 152+129+75=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98814B is #677EB4. Grayscale: #818181. Windows color (decimal): -6782645 or 4948376. OLE color: 4948376.

HSL color Cylindrical-coordinate representation of color #98814B: hue angle of 42.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98814B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 75 -
CMYK 0 0.15 0.51 0.40
HSL 42.08º 0.34% 0.45% -
HSV(B) 42.08º 0.51% 0.6% -
XYZ 22.07 22.88 9.91 -
YUV 129.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 152 129 75 0 0.15 0.51 0.40 42.08 0.34 0.45
Hex 98 81 4B 0 F 33 28 2A 22 2D
Octal 230 201 113 0 17 63 50 52 42 55
Binary 10011000 10000001 1001011 0 1111 110011 101000 101010 100010 101101

Color Harmonies of #98814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98814B

Black with #98814B

Text Example


Text Example

White with #98814B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,129,75); }

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

background-color css

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

 a { background-color: rgb(152,129,75); }

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

border-color css

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

 span { border-color: rgb(152,129,75); }

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