Html Css Color HEX #9B4101 Saddle Brown

📋 copy color: '#9B4101'

red 155 ◦ green 65 ◦ blue 1

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

Shades of Saddle Brown #9B4101

Tints of Saddle Brown #9B4101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.41%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 70.14%
G = 29.41%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B4101 (or 0x9B4101) is known color: Saddle Brown. HEX triplet: 9B, 41 and 01. RGB value is (155,65,1). Sum of RGB (Red+Green+Blue) = 155+65+1=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4101 is #64BEFE. Grayscale: #545454. Windows color (decimal): -6602495 or 82331. OLE color: 82331.

HSL color Cylindrical-coordinate representation of color #9B4101: hue angle of 24.94º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B4101 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 65 1 -
CMYK 0 0.58 0.99 0.39
HSL 24.94º 0.99% 0.31% -
HSV(B) 24.94º 0.99% 0.61% -
XYZ 15.41 10.75 1.29 -
YUV 84.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 155 65 1 0 0.58 0.99 0.39 24.94 0.99 0.31
Hex 9B 41 1 0 3A 63 27 19 63 1F
Octal 233 101 1 0 72 143 47 31 143 37
Binary 10011011 1000001 1 0 111010 1100011 100111 11001 1100011 11111

Color Harmonies of #9B4101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4101

Black with #9B4101

Text Example


Text Example

White with #9B4101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,65,1); }

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

background-color css

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

 a { background-color: rgb(155,65,1); }

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

border-color css

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

 span { border-color: rgb(155,65,1); }

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