Html Css Color HEX #95844E Clay Creek

📋 copy color: '#95844E'

red 149 ◦ green 132 ◦ blue 78

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

Shades of Clay Creek #95844E

Tints of Clay Creek #95844E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.73%

R = 41.5%
G = 36.77%
B = 21.73%

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

#95844E (or 0x95844E) is known color: Clay Creek. HEX triplet: 95, 84 and 4E. RGB value is (149,132,78). Sum of RGB (Red+Green+Blue) = 149+132+78=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95844E is #6A7BB1. Grayscale: #838383. Windows color (decimal): -6978482 or 5145749. OLE color: 5145749.

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

Color convert

RGB 149 132 78 -
CMYK 0 0.11 0.48 0.42
HSL 45.63º 0.31% 0.45% -
HSV(B) 45.63º 0.48% 0.58% -
XYZ 22.02 23.44 10.57 -
YUV 130.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 149 132 78 0 0.11 0.48 0.42 45.63 0.31 0.45
Hex 95 84 4E 0 B 30 2A 2E 1F 2D
Octal 225 204 116 0 13 60 52 56 37 55
Binary 10010101 10000100 1001110 0 1011 110000 101010 101110 11111 101101

Color Harmonies of #95844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95844E

Black with #95844E

Text Example


Text Example

White with #95844E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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