Html Css Color HEX #8B3304 Saddle Brown

📋 copy color: '#8B3304'

red 139 ◦ green 51 ◦ blue 4

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

Shades of Saddle Brown #8B3304

Tints of Saddle Brown #8B3304

RGB

 RED value IS 139 (54.69% from 255) = 71.65%

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

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

R = 71.65%
G = 26.29%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8B3304 (or 0x8B3304) is known color: Saddle Brown. HEX triplet: 8B, 33 and 04. RGB value is (139,51,4). Sum of RGB (Red+Green+Blue) = 139+51+4=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3304 is #74CCFB. Grayscale: #484848. Windows color (decimal): -7654652 or 275339. OLE color: 275339.

HSL color Cylindrical-coordinate representation of color #8B3304: hue angle of 20.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B3304 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 51 4 -
CMYK 0 0.63 0.97 0.45
HSL 20.89º 0.94% 0.28% -
HSV(B) 20.89º 0.97% 0.55% -
XYZ 11.85 7.87 1.01 -
YUV 71.95 89.65 175.82 -
System Red Green Blue C M Y K H S L
Decimal 139 51 4 0 0.63 0.97 0.45 20.89 0.94 0.28
Hex 8B 33 4 0 3F 61 2D 15 5E 1C
Octal 213 63 4 0 77 141 55 25 136 34
Binary 10001011 110011 100 0 111111 1100001 101101 10101 1011110 11100

Color Harmonies of #8B3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3304

Black with #8B3304

Text Example


Text Example

White with #8B3304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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