Html Css Color HEX #9B450B Saddle Brown

📋 copy color: '#9B450B'

red 155 ◦ green 69 ◦ blue 11

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

Shades of Saddle Brown #9B450B

Tints of Saddle Brown #9B450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.36%

 BLUE value IS 11 (4.69% from 255) = 4.68%

R = 65.96%
G = 29.36%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9B450B (or 0x9B450B) is known color: Saddle Brown. HEX triplet: 9B, 45 and 0B. RGB value is (155,69,11). Sum of RGB (Red+Green+Blue) = 155+69+11=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B450B is #64BAF4. Grayscale: #585858. Windows color (decimal): -6601461 or 738715. OLE color: 738715.

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

Color convert

RGB 155 69 11 -
CMYK 0 0.55 0.93 0.39
HSL 24.17º 0.87% 0.33% -
HSV(B) 24.17º 0.93% 0.61% -
XYZ 15.71 11.25 1.66 -
YUV 88.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 155 69 11 0 0.55 0.93 0.39 24.17 0.87 0.33
Hex 9B 45 B 0 37 5D 27 18 57 21
Octal 233 105 13 0 67 135 47 30 127 41
Binary 10011011 1000101 1011 0 110111 1011101 100111 11000 1010111 100001

Color Harmonies of #9B450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B450B

Black with #9B450B

Text Example


Text Example

White with #9B450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,69,11); }

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

background-color css

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

 a { background-color: rgb(155,69,11); }

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

border-color css

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

 span { border-color: rgb(155,69,11); }

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