Html Css Color HEX #965430 Chelsea Gem

📋 copy color: '#965430'

red 150 ◦ green 84 ◦ blue 48

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

Shades of Chelsea Gem #965430

Tints of Chelsea Gem #965430

RGB

 RED value IS 150 (58.98% from 255) = 53.19%

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

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

R = 53.19%
G = 29.79%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#965430 (or 0x965430) is known color: Chelsea Gem. HEX triplet: 96, 54 and 30. RGB value is (150,84,48). Sum of RGB (Red+Green+Blue) = 150+84+48=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #965430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965430 is #69ABCF. Grayscale: #636363. Windows color (decimal): -6925264 or 3167382. OLE color: 3167382.

HSL color Cylindrical-coordinate representation of color #965430: hue angle of 21.18º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #965430 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 84 48 -
CMYK 0 0.44 0.68 0.41
HSL 21.18º 0.52% 0.39% -
HSV(B) 21.18º 0.68% 0.59% -
XYZ 16.28 13.04 4.45 -
YUV 99.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 150 84 48 0 0.44 0.68 0.41 21.18 0.52 0.39
Hex 96 54 30 0 2C 44 29 15 34 27
Octal 226 124 60 0 54 104 51 25 64 47
Binary 10010110 1010100 110000 0 101100 1000100 101001 10101 110100 100111

Color Harmonies of #965430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965430

Black with #965430

Text Example


Text Example

White with #965430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965430; }

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

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

background-color css

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

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

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

border-color css

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

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

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