Html Css Color HEX #944F36 Chelsea Gem

📋 copy color: '#944F36'

red 148 ◦ green 79 ◦ blue 54

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

Shades of Chelsea Gem #944F36

Tints of Chelsea Gem #944F36

RGB

 RED value IS 148 (58.2% from 255) = 52.67%

 GREEN value IS 79 (31.25% from 255) = 28.11%

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 52.67%
G = 28.11%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#944F36 (or 0x944F36) is known color: Chelsea Gem. HEX triplet: 94, 4F and 36. RGB value is (148,79,54). Sum of RGB (Red+Green+Blue) = 148+79+54=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #944F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F36 is #6BB0C9. Grayscale: #606060. Windows color (decimal): -7057610 or 3559316. OLE color: 3559316.

HSL color Cylindrical-coordinate representation of color #944F36: hue angle of 15.96º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #944F36 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 79 54 -
CMYK 0 0.47 0.64 0.42
HSL 15.96º 0.47% 0.4% -
HSV(B) 15.96º 0.64% 0.58% -
XYZ 15.67 12.15 5.01 -
YUV 96.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 148 79 54 0 0.47 0.64 0.42 15.96 0.47 0.4
Hex 94 4F 36 0 2F 40 2A 10 2F 28
Octal 224 117 66 0 57 100 52 20 57 50
Binary 10010100 1001111 110110 0 101111 1000000 101010 10000 101111 101000

Color Harmonies of #944F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944F36

Black with #944F36

Text Example


Text Example

White with #944F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944F36; }

 p { color: rgb(148,79,54); }

 H1.HeaderClassName
 {
   color: #944F36;
 }
 .AnyTagClassName
 {
   color: #944F36;
 }
</style>

background-color css

<style>
 a { background-color: #944F36; }

 a { background-color: rgb(148,79,54); }

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

border-color css

<style>
 span { border-color: #944F36; }

 span { border-color: rgb(148,79,54); }

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