Html Css Color HEX #92815B Clay Creek

📋 copy color: '#92815B'

red 146 ◦ green 129 ◦ blue 91

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

Shades of Clay Creek #92815B

Tints of Clay Creek #92815B

RGB

 RED value IS 146 (57.42% from 255) = 39.89%

 GREEN value IS 129 (50.78% from 255) = 35.25%

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 39.89%
G = 35.25%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#92815B (or 0x92815B) is known color: Clay Creek. HEX triplet: 92, 81 and 5B. RGB value is (146,129,91). Sum of RGB (Red+Green+Blue) = 146+129+91=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #92815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92815B is #6D7EA4. Grayscale: #818181. Windows color (decimal): -7175845 or 5996946. OLE color: 5996946.

HSL color Cylindrical-coordinate representation of color #92815B: hue angle of 41.45º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92815B is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 129 91 -
CMYK 0 0.12 0.38 0.43
HSL 41.45º 0.23% 0.46% -
HSV(B) 41.45º 0.38% 0.57% -
XYZ 21.59 22.57 13.12 -
YUV 129.75 106.13 139.59 -
System Red Green Blue C M Y K H S L
Decimal 146 129 91 0 0.12 0.38 0.43 41.45 0.23 0.46
Hex 92 81 5B 0 C 26 2B 29 17 2E
Octal 222 201 133 0 14 46 53 51 27 56
Binary 10010010 10000001 1011011 0 1100 100110 101011 101001 10111 101110

Color Harmonies of #92815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92815B

Black with #92815B

Text Example


Text Example

White with #92815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92815B; }

 p { color: rgb(146,129,91); }

 H1.HeaderClassName
 {
   color: #92815B;
 }
 .AnyTagClassName
 {
   color: #92815B;
 }
</style>

background-color css

<style>
 a { background-color: #92815B; }

 a { background-color: rgb(146,129,91); }

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

border-color css

<style>
 span { border-color: #92815B; }

 span { border-color: rgb(146,129,91); }

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