Html Css Color HEX #9B380D Saddle Brown

📋 copy color: '#9B380D'

red 155 ◦ green 56 ◦ blue 13

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

Shades of Saddle Brown #9B380D

Tints of Saddle Brown #9B380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25%

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 69.2%
G = 25%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B380D (or 0x9B380D) is known color: Saddle Brown. HEX triplet: 9B, 38 and 0D. RGB value is (155,56,13). Sum of RGB (Red+Green+Blue) = 155+56+13=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B380D is #64C7F2. Grayscale: #505050. Windows color (decimal): -6604787 or 866459. OLE color: 866459.

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

Color convert

RGB 155 56 13 -
CMYK 0 0.64 0.92 0.39
HSL 18.17º 0.85% 0.33% -
HSV(B) 18.17º 0.92% 0.61% -
XYZ 15 9.83 1.49 -
YUV 80.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 155 56 13 0 0.64 0.92 0.39 18.17 0.85 0.33
Hex 9B 38 D 0 40 5C 27 12 55 21
Octal 233 70 15 0 100 134 47 22 125 41
Binary 10011011 111000 1101 0 1000000 1011100 100111 10010 1010101 100001

Color Harmonies of #9B380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B380D

Black with #9B380D

Text Example


Text Example

White with #9B380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,56,13); }

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

background-color css

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

 a { background-color: rgb(155,56,13); }

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

border-color css

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

 span { border-color: rgb(155,56,13); }

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