Html Css Color HEX #9B4602 Saddle Brown

📋 copy color: '#9B4602'

red 155 ◦ green 70 ◦ blue 2

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

Shades of Saddle Brown #9B4602

Tints of Saddle Brown #9B4602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

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

R = 68.28%
G = 30.84%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B4602 (or 0x9B4602) is known color: Saddle Brown. HEX triplet: 9B, 46 and 02. RGB value is (155,70,2). Sum of RGB (Red+Green+Blue) = 155+70+2=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4602 is #64B9FD. Grayscale: #585858. Windows color (decimal): -6601214 or 149147. OLE color: 149147.

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

Color convert

RGB 155 70 2 -
CMYK 0 0.55 0.99 0.39
HSL 26.67º 0.97% 0.31% -
HSV(B) 26.67º 0.99% 0.61% -
XYZ 15.72 11.35 1.42 -
YUV 87.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 155 70 2 0 0.55 0.99 0.39 26.67 0.97 0.31
Hex 9B 46 2 0 37 63 27 1B 61 1F
Octal 233 106 2 0 67 143 47 33 141 37
Binary 10011011 1000110 10 0 110111 1100011 100111 11011 1100001 11111

Color Harmonies of #9B4602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4602

Black with #9B4602

Text Example


Text Example

White with #9B4602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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