Html Css Color HEX #9B400F Saddle Brown

📋 copy color: '#9B400F'

red 155 ◦ green 64 ◦ blue 15

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

Shades of Saddle Brown #9B400F

Tints of Saddle Brown #9B400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.35%

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 66.24%
G = 27.35%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B400F (or 0x9B400F) is known color: Saddle Brown. HEX triplet: 9B, 40 and 0F. RGB value is (155,64,15). Sum of RGB (Red+Green+Blue) = 155+64+15=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B400F is #64BFF0. Grayscale: #555555. Windows color (decimal): -6602737 or 999579. OLE color: 999579.

HSL color Cylindrical-coordinate representation of color #9B400F: hue angle of 21º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B400F is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 64 15 -
CMYK 0 0.59 0.90 0.39
HSL 21º 0.82% 0.33% -
HSV(B) 21º 0.9% 0.61% -
XYZ 15.44 10.67 1.7 -
YUV 85.62 88.15 177.48 -
System Red Green Blue C M Y K H S L
Decimal 155 64 15 0 0.59 0.90 0.39 21 0.82 0.33
Hex 9B 40 F 0 3B 5A 27 15 52 21
Octal 233 100 17 0 73 132 47 25 122 41
Binary 10011011 1000000 1111 0 111011 1011010 100111 10101 1010010 100001

Color Harmonies of #9B400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B400F

Black with #9B400F

Text Example


Text Example

White with #9B400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,64,15); }

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

background-color css

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

 a { background-color: rgb(155,64,15); }

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

border-color css

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

 span { border-color: rgb(155,64,15); }

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