Html Css Color HEX #92825B Clay Creek

📋 copy color: '#92825B'

red 146 ◦ green 130 ◦ blue 91

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

Shades of Clay Creek #92825B

Tints of Clay Creek #92825B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

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

R = 39.78%
G = 35.42%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#92825B (or 0x92825B) is known color: Clay Creek. HEX triplet: 92, 82 and 5B. RGB value is (146,130,91). Sum of RGB (Red+Green+Blue) = 146+130+91=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #92825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92825B is #6D7DA4. Grayscale: #828282. Windows color (decimal): -7175589 or 5997202. OLE color: 5997202.

HSL color Cylindrical-coordinate representation of color #92825B: hue angle of 42.55º 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 #92825B is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 130 91 -
CMYK 0 0.11 0.38 0.43
HSL 42.55º 0.23% 0.46% -
HSV(B) 42.55º 0.38% 0.57% -
XYZ 21.73 22.83 13.16 -
YUV 130.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 146 130 91 0 0.11 0.38 0.43 42.55 0.23 0.46
Hex 92 82 5B 0 B 26 2B 2B 17 2E
Octal 222 202 133 0 13 46 53 53 27 56
Binary 10010010 10000010 1011011 0 1011 100110 101011 101011 10111 101110

Color Harmonies of #92825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92825B

Black with #92825B

Text Example


Text Example

White with #92825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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