Html Css Color HEX #95844D Clay Creek

📋 copy color: '#95844D'

red 149 ◦ green 132 ◦ blue 77

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

Shades of Clay Creek #95844D

Tints of Clay Creek #95844D

RGB

 RED value IS 149 (58.59% from 255) = 41.62%

 GREEN value IS 132 (51.95% from 255) = 36.87%

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 41.62%
G = 36.87%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95844D (or 0x95844D) is known color: Clay Creek. HEX triplet: 95, 84 and 4D. RGB value is (149,132,77). Sum of RGB (Red+Green+Blue) = 149+132+77=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95844D is #6A7BB2. Grayscale: #838383. Windows color (decimal): -6978483 or 5080213. OLE color: 5080213.

HSL color Cylindrical-coordinate representation of color #95844D: hue angle of 45.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95844D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 77 -
CMYK 0 0.11 0.48 0.42
HSL 45.83º 0.32% 0.44% -
HSV(B) 45.83º 0.48% 0.58% -
XYZ 21.99 23.43 10.38 -
YUV 130.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 149 132 77 0 0.11 0.48 0.42 45.83 0.32 0.44
Hex 95 84 4D 0 B 30 2A 2E 20 2C
Octal 225 204 115 0 13 60 52 56 40 54
Binary 10010101 10000100 1001101 0 1011 110000 101010 101110 100000 101100

Color Harmonies of #95844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95844D

Black with #95844D

Text Example


Text Example

White with #95844D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95844D; }

 p { color: rgb(149,132,77); }

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

background-color css

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

 a { background-color: rgb(149,132,77); }

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

border-color css

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

 span { border-color: rgb(149,132,77); }

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