Html Css Color HEX #945430 Chelsea Gem

📋 copy color: '#945430'

red 148 ◦ green 84 ◦ blue 48

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

Shades of Chelsea Gem #945430

Tints of Chelsea Gem #945430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 52.86%
G = 30%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#945430 (or 0x945430) is known color: Chelsea Gem. HEX triplet: 94, 54 and 30. RGB value is (148,84,48). Sum of RGB (Red+Green+Blue) = 148+84+48=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #945430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945430 is #6BABCF. Grayscale: #636363. Windows color (decimal): -7056336 or 3167380. OLE color: 3167380.

HSL color Cylindrical-coordinate representation of color #945430: hue angle of 21.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #945430 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 84 48 -
CMYK 0 0.43 0.68 0.42
HSL 21.6º 0.51% 0.38% -
HSV(B) 21.6º 0.68% 0.58% -
XYZ 15.92 12.85 4.44 -
YUV 99.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 148 84 48 0 0.43 0.68 0.42 21.6 0.51 0.38
Hex 94 54 30 0 2B 44 2A 16 33 26
Octal 224 124 60 0 53 104 52 26 63 46
Binary 10010100 1010100 110000 0 101011 1000100 101010 10110 110011 100110

Color Harmonies of #945430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945430

Black with #945430

Text Example


Text Example

White with #945430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945430; }

 p { color: rgb(148,84,48); }

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

background-color css

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

 a { background-color: rgb(148,84,48); }

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

border-color css

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

 span { border-color: rgb(148,84,48); }

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