Html Css Color HEX #9B4801 Saddle Brown

📋 copy color: '#9B4801'

red 155 ◦ green 72 ◦ blue 1

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

Shades of Saddle Brown #9B4801

Tints of Saddle Brown #9B4801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

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

R = 67.98%
G = 31.58%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B4801 (or 0x9B4801) is known color: Saddle Brown. HEX triplet: 9B, 48 and 01. RGB value is (155,72,1). Sum of RGB (Red+Green+Blue) = 155+72+1=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4801 is #64B7FE. Grayscale: #595959. Windows color (decimal): -6600703 or 84123. OLE color: 84123.

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

Color convert

RGB 155 72 1 -
CMYK 0 0.54 0.99 0.39
HSL 27.66º 0.99% 0.31% -
HSV(B) 27.66º 0.99% 0.61% -
XYZ 15.84 11.61 1.43 -
YUV 88.72 78.5 175.27 -
System Red Green Blue C M Y K H S L
Decimal 155 72 1 0 0.54 0.99 0.39 27.66 0.99 0.31
Hex 9B 48 1 0 36 63 27 1C 63 1F
Octal 233 110 1 0 66 143 47 34 143 37
Binary 10011011 1001000 1 0 110110 1100011 100111 11100 1100011 11111

Color Harmonies of #9B4801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4801

Black with #9B4801

Text Example


Text Example

White with #9B4801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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