Html Css Color HEX #9B483C Cognac

📋 copy color: '#9B483C'

red 155 ◦ green 72 ◦ blue 60

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

Shades of Cognac #9B483C

Tints of Cognac #9B483C

RGB

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

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

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

R = 54.01%
G = 25.09%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B483C (or 0x9B483C) is known color: Cognac. HEX triplet: 9B, 48 and 3C. RGB value is (155,72,60). Sum of RGB (Red+Green+Blue) = 155+72+60=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B483C is #64B7C3. Grayscale: #5F5F5F. Windows color (decimal): -6600644 or 3950747. OLE color: 3950747.

HSL color Cylindrical-coordinate representation of color #9B483C: hue angle of 7.58º 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 #9B483C is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 72 60 -
CMYK 0 0.54 0.61 0.39
HSL 7.58º 0.44% 0.42% -
HSV(B) 7.58º 0.61% 0.61% -
XYZ 16.65 11.93 5.7 -
YUV 95.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 155 72 60 0 0.54 0.61 0.39 7.58 0.44 0.42
Hex 9B 48 3C 0 36 3D 27 8 2C 2A
Octal 233 110 74 0 66 75 47 10 54 52
Binary 10011011 1001000 111100 0 110110 111101 100111 1000 101100 101010

Color Harmonies of #9B483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B483C

Black with #9B483C

Text Example


Text Example

White with #9B483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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