Html Css Color HEX #8B2A04 Saddle Brown

📋 copy color: '#8B2A04'

red 139 ◦ green 42 ◦ blue 4

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

Shades of Saddle Brown #8B2A04

Tints of Saddle Brown #8B2A04

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.7%

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

R = 75.14%
G = 22.7%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8B2A04 (or 0x8B2A04) is known color: Saddle Brown. HEX triplet: 8B, 2A and 04. RGB value is (139,42,4). Sum of RGB (Red+Green+Blue) = 139+42+4=185 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.14% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2A04 is #74D5FB. Grayscale: #424242. Windows color (decimal): -7656956 or 273035. OLE color: 273035.

HSL color Cylindrical-coordinate representation of color #8B2A04: hue angle of 16.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 #8B2A04 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 42 4 -
CMYK 0 0.70 0.97 0.45
HSL 16.89º 0.94% 0.28% -
HSV(B) 16.89º 0.97% 0.55% -
XYZ 11.5 7.15 0.89 -
YUV 66.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 139 42 4 0 0.70 0.97 0.45 16.89 0.94 0.28
Hex 8B 2A 4 0 46 61 2D 11 5E 1C
Octal 213 52 4 0 106 141 55 21 136 34
Binary 10001011 101010 100 0 1000110 1100001 101101 10001 1011110 11100

Color Harmonies of #8B2A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2A04

Black with #8B2A04

Text Example


Text Example

White with #8B2A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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