Html Css Color HEX #9B401A Saddle Brown

📋 copy color: '#9B401A'

red 155 ◦ green 64 ◦ blue 26

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

Shades of Saddle Brown #9B401A

Tints of Saddle Brown #9B401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

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

R = 63.27%
G = 26.12%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B401A (or 0x9B401A) is known color: Saddle Brown. HEX triplet: 9B, 40 and 1A. RGB value is (155,64,26). Sum of RGB (Red+Green+Blue) = 155+64+26=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B401A is #64BFE5. Grayscale: #575757. Windows color (decimal): -6602726 or 1720475. OLE color: 1720475.

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

Color convert

RGB 155 64 26 -
CMYK 0 0.59 0.83 0.39
HSL 17.67º 0.71% 0.35% -
HSV(B) 17.67º 0.83% 0.61% -
XYZ 15.54 10.71 2.23 -
YUV 86.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 155 64 26 0 0.59 0.83 0.39 17.67 0.71 0.35
Hex 9B 40 1A 0 3B 53 27 12 47 23
Octal 233 100 32 0 73 123 47 22 107 43
Binary 10011011 1000000 11010 0 111011 1010011 100111 10010 1000111 100011

Color Harmonies of #9B401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B401A

Black with #9B401A

Text Example


Text Example

White with #9B401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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