Html Css Color HEX #95854D Clay Creek

📋 copy color: '#95854D'

red 149 ◦ green 133 ◦ blue 77

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

Shades of Clay Creek #95854D

Tints of Clay Creek #95854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.05%

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

R = 41.5%
G = 37.05%
B = 21.45%

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

#95854D (or 0x95854D) is known color: Clay Creek. HEX triplet: 95, 85 and 4D. RGB value is (149,133,77). Sum of RGB (Red+Green+Blue) = 149+133+77=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95854D is #6A7AB2. Grayscale: #838383. Windows color (decimal): -6978227 or 5080469. OLE color: 5080469.

HSL color Cylindrical-coordinate representation of color #95854D: hue angle of 46.67º 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 #95854D is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 133 77 -
CMYK 0 0.11 0.48 0.42
HSL 46.67º 0.32% 0.44% -
HSV(B) 46.67º 0.48% 0.58% -
XYZ 22.12 23.7 10.43 -
YUV 131.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 149 133 77 0 0.11 0.48 0.42 46.67 0.32 0.44
Hex 95 85 4D 0 B 30 2A 2F 20 2C
Octal 225 205 115 0 13 60 52 57 40 54
Binary 10010101 10000101 1001101 0 1011 110000 101010 101111 100000 101100

Color Harmonies of #95854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95854D

Black with #95854D

Text Example


Text Example

White with #95854D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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