Html Css Color HEX #9B3702 Saddle Brown

📋 copy color: '#9B3702'

red 155 ◦ green 55 ◦ blue 2

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

Shades of Saddle Brown #9B3702

Tints of Saddle Brown #9B3702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 73.11%
G = 25.94%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B3702 (or 0x9B3702) is known color: Saddle Brown. HEX triplet: 9B, 37 and 02. RGB value is (155,55,2). Sum of RGB (Red+Green+Blue) = 155+55+2=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3702 is #64C8FD. Grayscale: #4F4F4F. Windows color (decimal): -6605054 or 145307. OLE color: 145307.

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

Color convert

RGB 155 55 2 -
CMYK 0 0.65 0.99 0.39
HSL 20.78º 0.97% 0.31% -
HSV(B) 20.78º 0.99% 0.61% -
XYZ 14.89 9.71 1.15 -
YUV 78.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 155 55 2 0 0.65 0.99 0.39 20.78 0.97 0.31
Hex 9B 37 2 0 41 63 27 15 61 1F
Octal 233 67 2 0 101 143 47 25 141 37
Binary 10011011 110111 10 0 1000001 1100011 100111 10101 1100001 11111

Color Harmonies of #9B3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3702

Black with #9B3702

Text Example


Text Example

White with #9B3702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,55,2); }

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

background-color css

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

 a { background-color: rgb(155,55,2); }

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

border-color css

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

 span { border-color: rgb(155,55,2); }

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