Html Css Color HEX #945333 Chelsea Gem

📋 copy color: '#945333'

red 148 ◦ green 83 ◦ blue 51

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

Shades of Chelsea Gem #945333

Tints of Chelsea Gem #945333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

 BLUE value IS 51 (20.31% from 255) = 18.09%

R = 52.48%
G = 29.43%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#945333 (or 0x945333) is known color: Chelsea Gem. HEX triplet: 94, 53 and 33. RGB value is (148,83,51). Sum of RGB (Red+Green+Blue) = 148+83+51=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #945333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945333 is #6BACCC. Grayscale: #626262. Windows color (decimal): -7056589 or 3363732. OLE color: 3363732.

HSL color Cylindrical-coordinate representation of color #945333: hue angle of 19.79º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #945333 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 83 51 -
CMYK 0 0.44 0.66 0.42
HSL 19.79º 0.49% 0.39% -
HSV(B) 19.79º 0.66% 0.58% -
XYZ 15.9 12.72 4.75 -
YUV 98.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 148 83 51 0 0.44 0.66 0.42 19.79 0.49 0.39
Hex 94 53 33 0 2C 42 2A 14 31 27
Octal 224 123 63 0 54 102 52 24 61 47
Binary 10010100 1010011 110011 0 101100 1000010 101010 10100 110001 100111

Color Harmonies of #945333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945333

Black with #945333

Text Example


Text Example

White with #945333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945333; }

 p { color: rgb(148,83,51); }

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

background-color css

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

 a { background-color: rgb(148,83,51); }

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

border-color css

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

 span { border-color: rgb(148,83,51); }

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