Html Css Color HEX #9B4505 Saddle Brown

📋 copy color: '#9B4505'

red 155 ◦ green 69 ◦ blue 5

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

Shades of Saddle Brown #9B4505

Tints of Saddle Brown #9B4505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.18%

R = 67.69%
G = 30.13%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B4505 (or 0x9B4505) is known color: Saddle Brown. HEX triplet: 9B, 45 and 05. RGB value is (155,69,5). Sum of RGB (Red+Green+Blue) = 155+69+5=229 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.69% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4505 is #64BAFA. Grayscale: #575757. Windows color (decimal): -6601467 or 345499. OLE color: 345499.

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

Color convert

RGB 155 69 5 -
CMYK 0 0.55 0.97 0.39
HSL 25.6º 0.94% 0.31% -
HSV(B) 25.6º 0.97% 0.61% -
XYZ 15.67 11.24 1.49 -
YUV 87.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 155 69 5 0 0.55 0.97 0.39 25.6 0.94 0.31
Hex 9B 45 5 0 37 61 27 1A 5E 1F
Octal 233 105 5 0 67 141 47 32 136 37
Binary 10011011 1000101 101 0 110111 1100001 100111 11010 1011110 11111

Color Harmonies of #9B4505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4505

Black with #9B4505

Text Example


Text Example

White with #9B4505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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