Html Css Color HEX #9B453D Cognac

📋 copy color: '#9B453D'

red 155 ◦ green 69 ◦ blue 61

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

Shades of Cognac #9B453D

Tints of Cognac #9B453D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 54.39%
G = 24.21%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B453D (or 0x9B453D) is known color: Cognac. HEX triplet: 9B, 45 and 3D. RGB value is (155,69,61). Sum of RGB (Red+Green+Blue) = 155+69+61=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B453D is #64BAC2. Grayscale: #5D5D5D. Windows color (decimal): -6601411 or 4015515. OLE color: 4015515.

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

Color convert

RGB 155 69 61 -
CMYK 0 0.55 0.61 0.39
HSL 5.11º 0.44% 0.42% -
HSV(B) 5.11º 0.61% 0.61% -
XYZ 16.49 11.56 5.78 -
YUV 93.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 155 69 61 0 0.55 0.61 0.39 5.11 0.44 0.42
Hex 9B 45 3D 0 37 3D 27 5 2C 2A
Octal 233 105 75 0 67 75 47 5 54 52
Binary 10011011 1000101 111101 0 110111 111101 100111 101 101100 101010

Color Harmonies of #9B453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B453D

Black with #9B453D

Text Example


Text Example

White with #9B453D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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