Html Css Color HEX #9B480F Saddle Brown

📋 copy color: '#9B480F'

red 155 ◦ green 72 ◦ blue 15

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

Shades of Saddle Brown #9B480F

Tints of Saddle Brown #9B480F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.75%

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

R = 64.05%
G = 29.75%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B480F (or 0x9B480F) is known color: Saddle Brown. HEX triplet: 9B, 48 and 0F. RGB value is (155,72,15). Sum of RGB (Red+Green+Blue) = 155+72+15=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B480F is #64B7F0. Grayscale: #5A5A5A. Windows color (decimal): -6600689 or 1001627. OLE color: 1001627.

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

Color convert

RGB 155 72 15 -
CMYK 0 0.54 0.90 0.39
HSL 24.43º 0.82% 0.33% -
HSV(B) 24.43º 0.9% 0.61% -
XYZ 15.92 11.64 1.86 -
YUV 90.32 85.5 174.13 -
System Red Green Blue C M Y K H S L
Decimal 155 72 15 0 0.54 0.90 0.39 24.43 0.82 0.33
Hex 9B 48 F 0 36 5A 27 18 52 21
Octal 233 110 17 0 66 132 47 30 122 41
Binary 10011011 1001000 1111 0 110110 1011010 100111 11000 1010010 100001

Color Harmonies of #9B480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B480F

Black with #9B480F

Text Example


Text Example

White with #9B480F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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