Html Css Color HEX #91825A Clay Creek

📋 copy color: '#91825A'

red 145 ◦ green 130 ◦ blue 90

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

Shades of Clay Creek #91825A

Tints of Clay Creek #91825A

RGB

 RED value IS 145 (57.03% from 255) = 39.73%

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

 BLUE value IS 90 (35.55% from 255) = 24.66%

R = 39.73%
G = 35.62%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#91825A (or 0x91825A) is known color: Clay Creek. HEX triplet: 91, 82 and 5A. RGB value is (145,130,90). Sum of RGB (Red+Green+Blue) = 145+130+90=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #91825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91825A is #6E7DA5. Grayscale: #828282. Windows color (decimal): -7241126 or 5931665. OLE color: 5931665.

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

Color convert

RGB 145 130 90 -
CMYK 0 0.10 0.38 0.43
HSL 43.64º 0.23% 0.46% -
HSV(B) 43.64º 0.38% 0.57% -
XYZ 21.51 22.72 12.93 -
YUV 129.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 145 130 90 0 0.10 0.38 0.43 43.64 0.23 0.46
Hex 91 82 5A 0 A 26 2B 2C 17 2E
Octal 221 202 132 0 12 46 53 54 27 56
Binary 10010001 10000010 1011010 0 1010 100110 101011 101100 10111 101110

Color Harmonies of #91825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91825A

Black with #91825A

Text Example


Text Example

White with #91825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91825A; }

 p { color: rgb(145,130,90); }

 H1.HeaderClassName
 {
   color: #91825A;
 }
 .AnyTagClassName
 {
   color: #91825A;
 }
</style>

background-color css

<style>
 a { background-color: #91825A; }

 a { background-color: rgb(145,130,90); }

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

border-color css

<style>
 span { border-color: #91825A; }

 span { border-color: rgb(145,130,90); }

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