Html Css Color HEX #90834D Clay Creek

📋 copy color: '#90834D'

red 144 ◦ green 131 ◦ blue 77

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

Shades of Clay Creek #90834D

Tints of Clay Creek #90834D

RGB

 RED value IS 144 (56.64% from 255) = 40.91%

 GREEN value IS 131 (51.56% from 255) = 37.22%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 40.91%
G = 37.22%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#90834D (or 0x90834D) is known color: Clay Creek. HEX triplet: 90, 83 and 4D. RGB value is (144,131,77). Sum of RGB (Red+Green+Blue) = 144+131+77=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90834D is #6F7CB2. Grayscale: #808080. Windows color (decimal): -7306419 or 5079952. OLE color: 5079952.

HSL color Cylindrical-coordinate representation of color #90834D: hue angle of 48.36º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90834D is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 77 -
CMYK 0 0.09 0.47 0.44
HSL 48.36º 0.3% 0.43% -
HSV(B) 48.36º 0.47% 0.56% -
XYZ 20.96 22.7 10.3 -
YUV 128.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 144 131 77 0 0.09 0.47 0.44 48.36 0.3 0.43
Hex 90 83 4D 0 9 2F 2C 30 1E 2B
Octal 220 203 115 0 11 57 54 60 36 53
Binary 10010000 10000011 1001101 0 1001 101111 101100 110000 11110 101011

Color Harmonies of #90834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90834D

Black with #90834D

Text Example


Text Example

White with #90834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90834D; }

 p { color: rgb(144,131,77); }

 H1.HeaderClassName
 {
   color: #90834D;
 }
 .AnyTagClassName
 {
   color: #90834D;
 }
</style>

background-color css

<style>
 a { background-color: #90834D; }

 a { background-color: rgb(144,131,77); }

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

border-color css

<style>
 span { border-color: #90834D; }

 span { border-color: rgb(144,131,77); }

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