Html Css Color HEX #95844F Clay Creek

📋 copy color: '#95844F'

red 149 ◦ green 132 ◦ blue 79

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

Shades of Clay Creek #95844F

Tints of Clay Creek #95844F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.94%

R = 41.39%
G = 36.67%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95844F (or 0x95844F) is known color: Clay Creek. HEX triplet: 95, 84 and 4F. RGB value is (149,132,79). Sum of RGB (Red+Green+Blue) = 149+132+79=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95844F is #6A7BB0. Grayscale: #838383. Windows color (decimal): -6978481 or 5211285. OLE color: 5211285.

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

Color convert

RGB 149 132 79 -
CMYK 0 0.11 0.47 0.42
HSL 45.43º 0.31% 0.45% -
HSV(B) 45.43º 0.47% 0.58% -
XYZ 22.06 23.46 10.76 -
YUV 131.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 149 132 79 0 0.11 0.47 0.42 45.43 0.31 0.45
Hex 95 84 4F 0 B 2F 2A 2D 1F 2D
Octal 225 204 117 0 13 57 52 55 37 55
Binary 10010101 10000100 1001111 0 1011 101111 101010 101101 11111 101101

Color Harmonies of #95844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95844F

Black with #95844F

Text Example


Text Example

White with #95844F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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