Html Css Color HEX #93834E Clay Creek

📋 copy color: '#93834E'

red 147 ◦ green 131 ◦ blue 78

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

Shades of Clay Creek #93834E

Tints of Clay Creek #93834E

RGB

 RED value IS 147 (57.81% from 255) = 41.29%

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

 BLUE value IS 78 (30.86% from 255) = 21.91%

R = 41.29%
G = 36.8%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#93834E (or 0x93834E) is known color: Clay Creek. HEX triplet: 93, 83 and 4E. RGB value is (147,131,78). Sum of RGB (Red+Green+Blue) = 147+131+78=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93834E is #6C7CB1. Grayscale: #818181. Windows color (decimal): -7109810 or 5145491. OLE color: 5145491.

HSL color Cylindrical-coordinate representation of color #93834E: hue angle of 46.09º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93834E is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 131 78 -
CMYK 0 0.11 0.47 0.42
HSL 46.09º 0.31% 0.44% -
HSV(B) 46.09º 0.47% 0.58% -
XYZ 21.52 22.99 10.51 -
YUV 129.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 147 131 78 0 0.11 0.47 0.42 46.09 0.31 0.44
Hex 93 83 4E 0 B 2F 2A 2E 1F 2C
Octal 223 203 116 0 13 57 52 56 37 54
Binary 10010011 10000011 1001110 0 1011 101111 101010 101110 11111 101100

Color Harmonies of #93834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93834E

Black with #93834E

Text Example


Text Example

White with #93834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93834E; }

 p { color: rgb(147,131,78); }

 H1.HeaderClassName
 {
   color: #93834E;
 }
 .AnyTagClassName
 {
   color: #93834E;
 }
</style>

background-color css

<style>
 a { background-color: #93834E; }

 a { background-color: rgb(147,131,78); }

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

border-color css

<style>
 span { border-color: #93834E; }

 span { border-color: rgb(147,131,78); }

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