Html Css Color HEX #965130 Chelsea Gem

📋 copy color: '#965130'

red 150 ◦ green 81 ◦ blue 48

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

Shades of Chelsea Gem #965130

Tints of Chelsea Gem #965130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.03%

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

R = 53.76%
G = 29.03%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#965130 (or 0x965130) is known color: Chelsea Gem. HEX triplet: 96, 51 and 30. RGB value is (150,81,48). Sum of RGB (Red+Green+Blue) = 150+81+48=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #965130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965130 is #69AECF. Grayscale: #626262. Windows color (decimal): -6926032 or 3166614. OLE color: 3166614.

HSL color Cylindrical-coordinate representation of color #965130: hue angle of 19.41º 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 #965130 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 81 48 -
CMYK 0 0.46 0.68 0.41
HSL 19.41º 0.52% 0.39% -
HSV(B) 19.41º 0.68% 0.59% -
XYZ 16.05 12.58 4.38 -
YUV 97.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 150 81 48 0 0.46 0.68 0.41 19.41 0.52 0.39
Hex 96 51 30 0 2E 44 29 13 34 27
Octal 226 121 60 0 56 104 51 23 64 47
Binary 10010110 1010001 110000 0 101110 1000100 101001 10011 110100 100111

Color Harmonies of #965130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965130

Black with #965130

Text Example


Text Example

White with #965130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965130; }

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

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

background-color css

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

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

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

border-color css

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

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

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