Html Css Color HEX #95884F Clay Creek

📋 copy color: '#95884F'

red 149 ◦ green 136 ◦ blue 79

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

Shades of Clay Creek #95884F

Tints of Clay Creek #95884F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

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

R = 40.93%
G = 37.36%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95884F (or 0x95884F) is known color: Clay Creek. HEX triplet: 95, 88 and 4F. RGB value is (149,136,79). Sum of RGB (Red+Green+Blue) = 149+136+79=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #95884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95884F is #6A77B0. Grayscale: #858585. Windows color (decimal): -6977457 or 5212309. OLE color: 5212309.

HSL color Cylindrical-coordinate representation of color #95884F: hue angle of 48.86º 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 #95884F is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 79 -
CMYK 0 0.09 0.47 0.42
HSL 48.86º 0.31% 0.45% -
HSV(B) 48.86º 0.47% 0.58% -
XYZ 22.61 24.56 10.95 -
YUV 133.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 149 136 79 0 0.09 0.47 0.42 48.86 0.31 0.45
Hex 95 88 4F 0 9 2F 2A 31 1F 2D
Octal 225 210 117 0 11 57 52 61 37 55
Binary 10010101 10001000 1001111 0 1001 101111 101010 110001 11111 101101

Color Harmonies of #95884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95884F

Black with #95884F

Text Example


Text Example

White with #95884F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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