Html Css Color HEX #9B3E0D Saddle Brown

📋 copy color: '#9B3E0D'

red 155 ◦ green 62 ◦ blue 13

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

Shades of Saddle Brown #9B3E0D

Tints of Saddle Brown #9B3E0D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.96%

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

R = 67.39%
G = 26.96%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B3E0D (or 0x9B3E0D) is known color: Saddle Brown. HEX triplet: 9B, 3E and 0D. RGB value is (155,62,13). Sum of RGB (Red+Green+Blue) = 155+62+13=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3E0D is #64C1F2. Grayscale: #545454. Windows color (decimal): -6603251 or 867995. OLE color: 867995.

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

Color convert

RGB 155 62 13 -
CMYK 0 0.6 0.92 0.39
HSL 20.7º 0.85% 0.33% -
HSV(B) 20.7º 0.92% 0.61% -
XYZ 15.31 10.44 1.59 -
YUV 84.22 87.81 178.48 -
System Red Green Blue C M Y K H S L
Decimal 155 62 13 0 0.6 0.92 0.39 20.7 0.85 0.33
Hex 9B 3E D 0 3C 5C 27 15 55 21
Octal 233 76 15 0 74 134 47 25 125 41
Binary 10011011 111110 1101 0 111100 1011100 100111 10101 1010101 100001

Color Harmonies of #9B3E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3E0D

Black with #9B3E0D

Text Example


Text Example

White with #9B3E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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