Html Css Color HEX #95874D Clay Creek

📋 copy color: '#95874D'

red 149 ◦ green 135 ◦ blue 77

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

Shades of Clay Creek #95874D

Tints of Clay Creek #95874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

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

R = 41.27%
G = 37.4%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95874D (or 0x95874D) is known color: Clay Creek. HEX triplet: 95, 87 and 4D. RGB value is (149,135,77). Sum of RGB (Red+Green+Blue) = 149+135+77=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95874D is #6A78B2. Grayscale: #848484. Windows color (decimal): -6977715 or 5080981. OLE color: 5080981.

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

Color convert

RGB 149 135 77 -
CMYK 0 0.09 0.48 0.42
HSL 48.33º 0.32% 0.44% -
HSV(B) 48.33º 0.48% 0.58% -
XYZ 22.4 24.25 10.52 -
YUV 132.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 149 135 77 0 0.09 0.48 0.42 48.33 0.32 0.44
Hex 95 87 4D 0 9 30 2A 30 20 2C
Octal 225 207 115 0 11 60 52 60 40 54
Binary 10010101 10000111 1001101 0 1001 110000 101010 110000 100000 101100

Color Harmonies of #95874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95874D

Black with #95874D

Text Example


Text Example

White with #95874D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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