Html Css Color HEX #9B4C13 Saddle Brown

📋 copy color: '#9B4C13'

red 155 ◦ green 76 ◦ blue 19

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

Shades of Saddle Brown #9B4C13

Tints of Saddle Brown #9B4C13

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.4%

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 62%
G = 30.4%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B4C13 (or 0x9B4C13) is known color: Saddle Brown. HEX triplet: 9B, 4C and 13. RGB value is (155,76,19). Sum of RGB (Red+Green+Blue) = 155+76+19=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4C13 is #64B3EC. Grayscale: #5D5D5D. Windows color (decimal): -6599661 or 1264795. OLE color: 1264795.

HSL color Cylindrical-coordinate representation of color #9B4C13: hue angle of 25.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B4C13 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 76 19 -
CMYK 0 0.51 0.88 0.39
HSL 25.15º 0.78% 0.34% -
HSV(B) 25.15º 0.88% 0.61% -
XYZ 16.22 12.18 2.11 -
YUV 93.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 155 76 19 0 0.51 0.88 0.39 25.15 0.78 0.34
Hex 9B 4C 13 0 33 58 27 19 4E 22
Octal 233 114 23 0 63 130 47 31 116 42
Binary 10011011 1001100 10011 0 110011 1011000 100111 11001 1001110 100010

Color Harmonies of #9B4C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4C13

Black with #9B4C13

Text Example


Text Example

White with #9B4C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,76,19); }

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

background-color css

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

 a { background-color: rgb(155,76,19); }

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

border-color css

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

 span { border-color: rgb(155,76,19); }

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