Html Css Color HEX #9B483F Cognac

📋 copy color: '#9B483F'

red 155 ◦ green 72 ◦ blue 63

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

Shades of Cognac #9B483F

Tints of Cognac #9B483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

 BLUE value IS 63 (25% from 255) = 21.72%

R = 53.45%
G = 24.83%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B483F (or 0x9B483F) is known color: Cognac. HEX triplet: 9B, 48 and 3F. RGB value is (155,72,63). Sum of RGB (Red+Green+Blue) = 155+72+63=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B483F is #64B7C0. Grayscale: #5F5F5F. Windows color (decimal): -6600641 or 4147355. OLE color: 4147355.

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

Color convert

RGB 155 72 63 -
CMYK 0 0.54 0.59 0.39
HSL 5.87º 0.42% 0.43% -
HSV(B) 5.87º 0.59% 0.61% -
XYZ 16.73 11.96 6.13 -
YUV 95.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 155 72 63 0 0.54 0.59 0.39 5.87 0.42 0.43
Hex 9B 48 3F 0 36 3B 27 6 2A 2B
Octal 233 110 77 0 66 73 47 6 52 53
Binary 10011011 1001000 111111 0 110110 111011 100111 110 101010 101011

Color Harmonies of #9B483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B483F

Black with #9B483F

Text Example


Text Example

White with #9B483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,72,63); }

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

background-color css

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

 a { background-color: rgb(155,72,63); }

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

border-color css

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

 span { border-color: rgb(155,72,63); }

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