Html Css Color HEX #9B4503 Saddle Brown

📋 copy color: '#9B4503'

red 155 ◦ green 69 ◦ blue 3

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

Shades of Saddle Brown #9B4503

Tints of Saddle Brown #9B4503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.32%

R = 68.28%
G = 30.4%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.39

RGB Variations

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

Color information

#9B4503 (or 0x9B4503) is known color: Saddle Brown. HEX triplet: 9B, 45 and 03. RGB value is (155,69,3). Sum of RGB (Red+Green+Blue) = 155+69+3=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4503 is #64BAFC. Grayscale: #575757. Windows color (decimal): -6601469 or 214427. OLE color: 214427.

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

Color convert

RGB 155 69 3 -
CMYK 0 0.55 0.98 0.39
HSL 26.05º 0.96% 0.31% -
HSV(B) 26.05º 0.98% 0.61% -
XYZ 15.66 11.23 1.43 -
YUV 87.19 80.49 176.37 -
System Red Green Blue C M Y K H S L
Decimal 155 69 3 0 0.55 0.98 0.39 26.05 0.96 0.31
Hex 9B 45 3 0 37 62 27 1A 60 1F
Octal 233 105 3 0 67 142 47 32 140 37
Binary 10011011 1000101 11 0 110111 1100010 100111 11010 1100000 11111

Color Harmonies of #9B4503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4503

Black with #9B4503

Text Example


Text Example

White with #9B4503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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