Html Css Color HEX #958B52 Clay Creek

📋 copy color: '#958B52'

red 149 ◦ green 139 ◦ blue 82

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

Shades of Clay Creek #958B52

Tints of Clay Creek #958B52

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.57%

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 40.27%
G = 37.57%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#958B52 (or 0x958B52) is known color: Clay Creek. HEX triplet: 95, 8B and 52. RGB value is (149,139,82). Sum of RGB (Red+Green+Blue) = 149+139+82=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #958B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B52 is #6A74AD. Grayscale: #878787. Windows color (decimal): -6976686 or 5409685. OLE color: 5409685.

HSL color Cylindrical-coordinate representation of color #958B52: hue angle of 51.04º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #958B52 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 82 -
CMYK 0 0.07 0.45 0.42
HSL 51.04º 0.29% 0.45% -
HSV(B) 51.04º 0.45% 0.58% -
XYZ 23.15 25.46 11.68 -
YUV 135.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 149 139 82 0 0.07 0.45 0.42 51.04 0.29 0.45
Hex 95 8B 52 0 7 2D 2A 33 1D 2D
Octal 225 213 122 0 7 55 52 63 35 55
Binary 10010101 10001011 1010010 0 111 101101 101010 110011 11101 101101

Color Harmonies of #958B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B52

Black with #958B52

Text Example


Text Example

White with #958B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958B52; }

 p { color: rgb(149,139,82); }

 H1.HeaderClassName
 {
   color: #958B52;
 }
 .AnyTagClassName
 {
   color: #958B52;
 }
</style>

background-color css

<style>
 a { background-color: #958B52; }

 a { background-color: rgb(149,139,82); }

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

border-color css

<style>
 span { border-color: #958B52; }

 span { border-color: rgb(149,139,82); }

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