Html Css Color HEX #9B3F02 Saddle Brown

📋 copy color: '#9B3F02'

red 155 ◦ green 63 ◦ blue 2

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

Shades of Saddle Brown #9B3F02

Tints of Saddle Brown #9B3F02

RGB

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

 GREEN value IS 63 (25% from 255) = 28.64%

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

R = 70.45%
G = 28.64%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B3F02 (or 0x9B3F02) is known color: Saddle Brown. HEX triplet: 9B, 3F and 02. RGB value is (155,63,2). Sum of RGB (Red+Green+Blue) = 155+63+2=220 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.45% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3F02 is #64C0FD. Grayscale: #535353. Windows color (decimal): -6603006 or 147355. OLE color: 147355.

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

Color convert

RGB 155 63 2 -
CMYK 0 0.59 0.99 0.39
HSL 23.92º 0.97% 0.31% -
HSV(B) 23.92º 0.99% 0.61% -
XYZ 15.31 10.53 1.28 -
YUV 83.55 81.98 178.96 -
System Red Green Blue C M Y K H S L
Decimal 155 63 2 0 0.59 0.99 0.39 23.92 0.97 0.31
Hex 9B 3F 2 0 3B 63 27 18 61 1F
Octal 233 77 2 0 73 143 47 30 141 37
Binary 10011011 111111 10 0 111011 1100011 100111 11000 1100001 11111

Color Harmonies of #9B3F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3F02

Black with #9B3F02

Text Example


Text Example

White with #9B3F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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