Html Css Color HEX #944F34 Chelsea Gem

📋 copy color: '#944F34'

red 148 ◦ green 79 ◦ blue 52

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

Shades of Chelsea Gem #944F34

Tints of Chelsea Gem #944F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 53.05%
G = 28.32%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#944F34 (or 0x944F34) is known color: Chelsea Gem. HEX triplet: 94, 4F and 34. RGB value is (148,79,52). Sum of RGB (Red+Green+Blue) = 148+79+52=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #944F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F34 is #6BB0CB. Grayscale: #606060. Windows color (decimal): -7057612 or 3428244. OLE color: 3428244.

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

Color convert

RGB 148 79 52 -
CMYK 0 0.47 0.65 0.42
HSL 16.88º 0.48% 0.39% -
HSV(B) 16.88º 0.65% 0.58% -
XYZ 15.63 12.14 4.77 -
YUV 96.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 148 79 52 0 0.47 0.65 0.42 16.88 0.48 0.39
Hex 94 4F 34 0 2F 41 2A 11 30 27
Octal 224 117 64 0 57 101 52 21 60 47
Binary 10010100 1001111 110100 0 101111 1000001 101010 10001 110000 100111

Color Harmonies of #944F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944F34

Black with #944F34

Text Example


Text Example

White with #944F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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