Html Css Color HEX #9B453A Cognac

📋 copy color: '#9B453A'

red 155 ◦ green 69 ◦ blue 58

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

Shades of Cognac #9B453A

Tints of Cognac #9B453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.47%

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 54.96%
G = 24.47%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B453A (or 0x9B453A) is known color: Cognac. HEX triplet: 9B, 45 and 3A. RGB value is (155,69,58). Sum of RGB (Red+Green+Blue) = 155+69+58=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B453A is #64BAC5. Grayscale: #5D5D5D. Windows color (decimal): -6601414 or 3818907. OLE color: 3818907.

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

Color convert

RGB 155 69 58 -
CMYK 0 0.55 0.63 0.39
HSL 6.8º 0.46% 0.42% -
HSV(B) 6.8º 0.63% 0.61% -
XYZ 16.41 11.53 5.36 -
YUV 93.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 155 69 58 0 0.55 0.63 0.39 6.8 0.46 0.42
Hex 9B 45 3A 0 37 3F 27 7 2E 2A
Octal 233 105 72 0 67 77 47 7 56 52
Binary 10011011 1000101 111010 0 110111 111111 100111 111 101110 101010

Color Harmonies of #9B453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B453A

Black with #9B453A

Text Example


Text Example

White with #9B453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,69,58); }

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

background-color css

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

 a { background-color: rgb(155,69,58); }

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

border-color css

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

 span { border-color: rgb(155,69,58); }

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