Html Css Color HEX #96582B Chelsea Gem

📋 copy color: '#96582B'

red 150 ◦ green 88 ◦ blue 43

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

Shades of Chelsea Gem #96582B

Tints of Chelsea Gem #96582B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.32%

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 53.38%
G = 31.32%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96582B (or 0x96582B) is known color: Chelsea Gem. HEX triplet: 96, 58 and 2B. RGB value is (150,88,43). Sum of RGB (Red+Green+Blue) = 150+88+43=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96582B is #69A7D4. Grayscale: #656565. Windows color (decimal): -6924245 or 2840726. OLE color: 2840726.

HSL color Cylindrical-coordinate representation of color #96582B: hue angle of 25.23º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96582B is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 88 43 -
CMYK 0 0.41 0.71 0.41
HSL 25.23º 0.55% 0.38% -
HSV(B) 25.23º 0.71% 0.59% -
XYZ 16.5 13.64 4.05 -
YUV 101.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 150 88 43 0 0.41 0.71 0.41 25.23 0.55 0.38
Hex 96 58 2B 0 29 47 29 19 37 26
Octal 226 130 53 0 51 107 51 31 67 46
Binary 10010110 1011000 101011 0 101001 1000111 101001 11001 110111 100110

Color Harmonies of #96582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96582B

Black with #96582B

Text Example


Text Example

White with #96582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96582B; }

 p { color: rgb(150,88,43); }

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

background-color css

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

 a { background-color: rgb(150,88,43); }

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

border-color css

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

 span { border-color: rgb(150,88,43); }

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