Html Css Color HEX #9B320E Saddle Brown

📋 copy color: '#9B320E'

red 155 ◦ green 50 ◦ blue 14

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

Shades of Saddle Brown #9B320E

Tints of Saddle Brown #9B320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.83%

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

R = 70.78%
G = 22.83%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B320E (or 0x9B320E) is known color: Saddle Brown. HEX triplet: 9B, 32 and 0E. RGB value is (155,50,14). Sum of RGB (Red+Green+Blue) = 155+50+14=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B320E is #64CDF1. Grayscale: #4D4D4D. Windows color (decimal): -6606322 or 930459. OLE color: 930459.

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

Color convert

RGB 155 50 14 -
CMYK 0 0.68 0.91 0.39
HSL 15.32º 0.83% 0.33% -
HSV(B) 15.32º 0.91% 0.61% -
XYZ 14.74 9.28 1.43 -
YUV 77.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 155 50 14 0 0.68 0.91 0.39 15.32 0.83 0.33
Hex 9B 32 E 0 44 5B 27 F 53 21
Octal 233 62 16 0 104 133 47 17 123 41
Binary 10011011 110010 1110 0 1000100 1011011 100111 1111 1010011 100001

Color Harmonies of #9B320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B320E

Black with #9B320E

Text Example


Text Example

White with #9B320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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