Html Css Color HEX #9B3304 Saddle Brown

📋 copy color: '#9B3304'

red 155 ◦ green 51 ◦ blue 4

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

Shades of Saddle Brown #9B3304

Tints of Saddle Brown #9B3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 73.81%
G = 24.29%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B3304 (or 0x9B3304) is known color: Saddle Brown. HEX triplet: 9B, 33 and 04. RGB value is (155,51,4). Sum of RGB (Red+Green+Blue) = 155+51+4=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3304 is #64CCFB. Grayscale: #4D4D4D. Windows color (decimal): -6606076 or 275355. OLE color: 275355.

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

Color convert

RGB 155 51 4 -
CMYK 0 0.67 0.97 0.39
HSL 18.68º 0.95% 0.31% -
HSV(B) 18.68º 0.97% 0.61% -
XYZ 14.72 9.34 1.14 -
YUV 76.74 86.96 183.82 -
System Red Green Blue C M Y K H S L
Decimal 155 51 4 0 0.67 0.97 0.39 18.68 0.95 0.31
Hex 9B 33 4 0 43 61 27 13 5F 1F
Octal 233 63 4 0 103 141 47 23 137 37
Binary 10011011 110011 100 0 1000011 1100001 100111 10011 1011111 11111

Color Harmonies of #9B3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3304

Black with #9B3304

Text Example


Text Example

White with #9B3304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,51,4); }

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

background-color css

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

 a { background-color: rgb(155,51,4); }

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

border-color css

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

 span { border-color: rgb(155,51,4); }

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