Html Css Color HEX #9B360F Saddle Brown

📋 copy color: '#9B360F'

red 155 ◦ green 54 ◦ blue 15

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

Shades of Saddle Brown #9B360F

Tints of Saddle Brown #9B360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.11%

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

R = 69.2%
G = 24.11%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B360F (or 0x9B360F) is known color: Saddle Brown. HEX triplet: 9B, 36 and 0F. RGB value is (155,54,15). Sum of RGB (Red+Green+Blue) = 155+54+15=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B360F is #64C9F0. Grayscale: #505050. Windows color (decimal): -6605297 or 997019. OLE color: 997019.

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

Color convert

RGB 155 54 15 -
CMYK 0 0.65 0.90 0.39
HSL 16.71º 0.82% 0.33% -
HSV(B) 16.71º 0.9% 0.61% -
XYZ 14.92 9.64 1.53 -
YUV 79.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 155 54 15 0 0.65 0.90 0.39 16.71 0.82 0.33
Hex 9B 36 F 0 41 5A 27 11 52 21
Octal 233 66 17 0 101 132 47 21 122 41
Binary 10011011 110110 1111 0 1000001 1011010 100111 10001 1010010 100001

Color Harmonies of #9B360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B360F

Black with #9B360F

Text Example


Text Example

White with #9B360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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