Html Css Color HEX #9B4501 Saddle Brown

📋 copy color: '#9B4501'

red 155 ◦ green 69 ◦ blue 1

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

Shades of Saddle Brown #9B4501

Tints of Saddle Brown #9B4501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 68.89%
G = 30.67%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B4501 (or 0x9B4501) is known color: Saddle Brown. HEX triplet: 9B, 45 and 01. RGB value is (155,69,1). Sum of RGB (Red+Green+Blue) = 155+69+1=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4501 is #64BAFE. Grayscale: #575757. Windows color (decimal): -6601471 or 83355. OLE color: 83355.

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

Color convert

RGB 155 69 1 -
CMYK 0 0.55 0.99 0.39
HSL 26.49º 0.99% 0.31% -
HSV(B) 26.49º 0.99% 0.61% -
XYZ 15.65 11.23 1.37 -
YUV 86.96 79.49 176.53 -
System Red Green Blue C M Y K H S L
Decimal 155 69 1 0 0.55 0.99 0.39 26.49 0.99 0.31
Hex 9B 45 1 0 37 63 27 1A 63 1F
Octal 233 105 1 0 67 143 47 32 143 37
Binary 10011011 1000101 1 0 110111 1100011 100111 11010 1100011 11111

Color Harmonies of #9B4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4501

Black with #9B4501

Text Example


Text Example

White with #9B4501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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