Html Css Color HEX #965330 Chelsea Gem

📋 copy color: '#965330'

red 150 ◦ green 83 ◦ blue 48

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

Shades of Chelsea Gem #965330

Tints of Chelsea Gem #965330

RGB

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

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

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

R = 53.38%
G = 29.54%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#965330 (or 0x965330) is known color: Chelsea Gem. HEX triplet: 96, 53 and 30. RGB value is (150,83,48). Sum of RGB (Red+Green+Blue) = 150+83+48=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #965330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965330 is #69ACCF. Grayscale: #636363. Windows color (decimal): -6925520 or 3167126. OLE color: 3167126.

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

Color convert

RGB 150 83 48 -
CMYK 0 0.45 0.68 0.41
HSL 20.59º 0.52% 0.39% -
HSV(B) 20.59º 0.68% 0.59% -
XYZ 16.2 12.88 4.43 -
YUV 99.04 99.2 164.35 -
System Red Green Blue C M Y K H S L
Decimal 150 83 48 0 0.45 0.68 0.41 20.59 0.52 0.39
Hex 96 53 30 0 2D 44 29 15 34 27
Octal 226 123 60 0 55 104 51 25 64 47
Binary 10010110 1010011 110000 0 101101 1000100 101001 10101 110100 100111

Color Harmonies of #965330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965330

Black with #965330

Text Example


Text Example

White with #965330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965330; }

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

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

background-color css

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

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

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

border-color css

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

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

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