Html Css Color HEX #945335 Chelsea Gem

📋 copy color: '#945335'

red 148 ◦ green 83 ◦ blue 53

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

Shades of Chelsea Gem #945335

Tints of Chelsea Gem #945335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.66%

R = 52.11%
G = 29.23%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#945335 (or 0x945335) is known color: Chelsea Gem. HEX triplet: 94, 53 and 35. RGB value is (148,83,53). Sum of RGB (Red+Green+Blue) = 148+83+53=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #945335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945335 is #6BACCA. Grayscale: #636363. Windows color (decimal): -7056587 or 3494804. OLE color: 3494804.

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

Color convert

RGB 148 83 53 -
CMYK 0 0.44 0.64 0.42
HSL 18.95º 0.47% 0.39% -
HSV(B) 18.95º 0.64% 0.58% -
XYZ 15.95 12.74 4.99 -
YUV 99.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 148 83 53 0 0.44 0.64 0.42 18.95 0.47 0.39
Hex 94 53 35 0 2C 40 2A 13 2F 27
Octal 224 123 65 0 54 100 52 23 57 47
Binary 10010100 1010011 110101 0 101100 1000000 101010 10011 101111 100111

Color Harmonies of #945335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945335

Black with #945335

Text Example


Text Example

White with #945335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945335; }

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

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

background-color css

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

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

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

border-color css

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

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

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