Html Css Color HEX #9B4308 Saddle Brown

📋 copy color: '#9B4308'

red 155 ◦ green 67 ◦ blue 8

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

Shades of Saddle Brown #9B4308

Tints of Saddle Brown #9B4308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.13%

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

R = 67.39%
G = 29.13%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B4308 (or 0x9B4308) is known color: Saddle Brown. HEX triplet: 9B, 43 and 08. RGB value is (155,67,8). Sum of RGB (Red+Green+Blue) = 155+67+8=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4308 is #64BCF7. Grayscale: #565656. Windows color (decimal): -6601976 or 541595. OLE color: 541595.

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

Color convert

RGB 155 67 8 -
CMYK 0 0.57 0.95 0.39
HSL 24.08º 0.9% 0.32% -
HSV(B) 24.08º 0.95% 0.61% -
XYZ 15.57 11 1.53 -
YUV 86.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 155 67 8 0 0.57 0.95 0.39 24.08 0.9 0.32
Hex 9B 43 8 0 39 5F 27 18 5A 20
Octal 233 103 10 0 71 137 47 30 132 40
Binary 10011011 1000011 1000 0 111001 1011111 100111 11000 1011010 100000

Color Harmonies of #9B4308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4308

Black with #9B4308

Text Example


Text Example

White with #9B4308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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