Html Css Color HEX #9B360E Saddle Brown

📋 copy color: '#9B360E'

red 155 ◦ green 54 ◦ blue 14

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

Shades of Saddle Brown #9B360E

Tints of Saddle Brown #9B360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.22%

 BLUE value IS 14 (5.86% from 255) = 6.28%

R = 69.51%
G = 24.22%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B360E (or 0x9B360E) is known color: Saddle Brown. HEX triplet: 9B, 36 and 0E. RGB value is (155,54,14). Sum of RGB (Red+Green+Blue) = 155+54+14=223 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.51% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 155 - color contains mainly: red. Hex color #9B360E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B360E is #64C9F1. Grayscale: #4F4F4F. Windows color (decimal): -6605298 or 931483. OLE color: 931483.

HSL color Cylindrical-coordinate representation of color #9B360E: hue angle of 17.02º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B360E is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 54 14 -
CMYK 0 0.65 0.91 0.39
HSL 17.02º 0.83% 0.33% -
HSV(B) 17.02º 0.91% 0.61% -
XYZ 14.92 9.64 1.49 -
YUV 79.64 90.96 181.75 -
System Red Green Blue C M Y K H S L
Decimal 155 54 14 0 0.65 0.91 0.39 17.02 0.83 0.33
Hex 9B 36 E 0 41 5B 27 11 53 21
Octal 233 66 16 0 101 133 47 21 123 41
Binary 10011011 110110 1110 0 1000001 1011011 100111 10001 1010011 100001

Color Harmonies of #9B360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B360E

Black with #9B360E

Text Example


Text Example

White with #9B360E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,54,14); }

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

background-color css

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

 a { background-color: rgb(155,54,14); }

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

border-color css

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

 span { border-color: rgb(155,54,14); }

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