Html Css Color HEX #9B4608 Saddle Brown

📋 copy color: '#9B4608'

red 155 ◦ green 70 ◦ blue 8

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

Shades of Saddle Brown #9B4608

Tints of Saddle Brown #9B4608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

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

R = 66.52%
G = 30.04%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B4608 (or 0x9B4608) is known color: Saddle Brown. HEX triplet: 9B, 46 and 08. RGB value is (155,70,8). Sum of RGB (Red+Green+Blue) = 155+70+8=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4608 is #64B9F7. Grayscale: #585858. Windows color (decimal): -6601208 or 542363. OLE color: 542363.

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

Color convert

RGB 155 70 8 -
CMYK 0 0.55 0.95 0.39
HSL 25.31º 0.9% 0.32% -
HSV(B) 25.31º 0.95% 0.61% -
XYZ 15.75 11.37 1.59 -
YUV 88.35 82.66 175.54 -
System Red Green Blue C M Y K H S L
Decimal 155 70 8 0 0.55 0.95 0.39 25.31 0.9 0.32
Hex 9B 46 8 0 37 5F 27 19 5A 20
Octal 233 106 10 0 67 137 47 31 132 40
Binary 10011011 1000110 1000 0 110111 1011111 100111 11001 1011010 100000

Color Harmonies of #9B4608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4608

Black with #9B4608

Text Example


Text Example

White with #9B4608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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