Html Css Color HEX #9B4908 Saddle Brown

📋 copy color: '#9B4908'

red 155 ◦ green 73 ◦ blue 8

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

Shades of Saddle Brown #9B4908

Tints of Saddle Brown #9B4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.93%

 BLUE value IS 8 (3.52% from 255) = 3.39%

R = 65.68%
G = 30.93%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B4908 (or 0x9B4908) is known color: Saddle Brown. HEX triplet: 9B, 49 and 08. RGB value is (155,73,8). Sum of RGB (Red+Green+Blue) = 155+73+8=236 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.68% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4908 is #64B6F7. Grayscale: #5A5A5A. Windows color (decimal): -6600440 or 543131. OLE color: 543131.

HSL color Cylindrical-coordinate representation of color #9B4908: hue angle of 26.53º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B4908 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 73 8 -
CMYK 0 0.53 0.95 0.39
HSL 26.53º 0.9% 0.32% -
HSV(B) 26.53º 0.95% 0.61% -
XYZ 15.94 11.75 1.66 -
YUV 90.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 155 73 8 0 0.53 0.95 0.39 26.53 0.9 0.32
Hex 9B 49 8 0 35 5F 27 1B 5A 20
Octal 233 111 10 0 65 137 47 33 132 40
Binary 10011011 1001001 1000 0 110101 1011111 100111 11011 1011010 100000

Color Harmonies of #9B4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4908

Black with #9B4908

Text Example


Text Example

White with #9B4908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,73,8); }

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

background-color css

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

 a { background-color: rgb(155,73,8); }

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

border-color css

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

 span { border-color: rgb(155,73,8); }

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