Html Css Color HEX #9B441A Saddle Brown

📋 copy color: '#9B441A'

red 155 ◦ green 68 ◦ blue 26

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

Shades of Saddle Brown #9B441A

Tints of Saddle Brown #9B441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 62.25%
G = 27.31%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B441A (or 0x9B441A) is known color: Saddle Brown. HEX triplet: 9B, 44 and 1A. RGB value is (155,68,26). Sum of RGB (Red+Green+Blue) = 155+68+26=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B441A is #64BBE5. Grayscale: #595959. Windows color (decimal): -6601702 or 1721499. OLE color: 1721499.

HSL color Cylindrical-coordinate representation of color #9B441A: hue angle of 19.53º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B441A is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 68 26 -
CMYK 0 0.56 0.83 0.39
HSL 19.53º 0.71% 0.35% -
HSV(B) 19.53º 0.83% 0.61% -
XYZ 15.77 11.18 2.3 -
YUV 89.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 155 68 26 0 0.56 0.83 0.39 19.53 0.71 0.35
Hex 9B 44 1A 0 38 53 27 14 47 23
Octal 233 104 32 0 70 123 47 24 107 43
Binary 10011011 1000100 11010 0 111000 1010011 100111 10100 1000111 100011

Color Harmonies of #9B441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B441A

Black with #9B441A

Text Example


Text Example

White with #9B441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,68,26); }

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

background-color css

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

 a { background-color: rgb(155,68,26); }

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

border-color css

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

 span { border-color: rgb(155,68,26); }

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