Html Css Color HEX #9B583C Sepia

📋 copy color: '#9B583C'

red 155 ◦ green 88 ◦ blue 60

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

Shades of Sepia #9B583C

Tints of Sepia #9B583C

RGB

 RED value IS 155 (60.94% from 255) = 51.16%

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

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 51.16%
G = 29.04%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B583C (or 0x9B583C) is known color: Sepia. HEX triplet: 9B, 58 and 3C. RGB value is (155,88,60). Sum of RGB (Red+Green+Blue) = 155+88+60=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B583C is #64A7C3. Grayscale: #696969. Windows color (decimal): -6596548 or 3954843. OLE color: 3954843.

HSL color Cylindrical-coordinate representation of color #9B583C: hue angle of 17.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B583C is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 88 60 -
CMYK 0 0.43 0.61 0.39
HSL 17.68º 0.44% 0.42% -
HSV(B) 17.68º 0.61% 0.61% -
XYZ 17.82 14.27 6.09 -
YUV 104.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 155 88 60 0 0.43 0.61 0.39 17.68 0.44 0.42
Hex 9B 58 3C 0 2B 3D 27 12 2C 2A
Octal 233 130 74 0 53 75 47 22 54 52
Binary 10011011 1011000 111100 0 101011 111101 100111 10010 101100 101010

Color Harmonies of #9B583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B583C

Black with #9B583C

Text Example


Text Example

White with #9B583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B583C; }

 p { color: rgb(155,88,60); }

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

background-color css

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

 a { background-color: rgb(155,88,60); }

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

border-color css

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

 span { border-color: rgb(155,88,60); }

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