Html Css Color HEX #8B2A02 Saddle Brown

📋 copy color: '#8B2A02'

red 139 ◦ green 42 ◦ blue 2

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

Shades of Saddle Brown #8B2A02

Tints of Saddle Brown #8B2A02

RGB

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

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

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

R = 75.96%
G = 22.95%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B2A02 (or 0x8B2A02) is known color: Saddle Brown. HEX triplet: 8B, 2A and 02. RGB value is (139,42,2). Sum of RGB (Red+Green+Blue) = 139+42+2=183 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.96% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2A02 is #74D5FD. Grayscale: #424242. Windows color (decimal): -7656958 or 141963. OLE color: 141963.

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

Color convert

RGB 139 42 2 -
CMYK 0 0.70 0.99 0.45
HSL 17.52º 0.97% 0.28% -
HSV(B) 17.52º 0.99% 0.55% -
XYZ 11.49 7.15 0.83 -
YUV 66.44 91.64 179.75 -
System Red Green Blue C M Y K H S L
Decimal 139 42 2 0 0.70 0.99 0.45 17.52 0.97 0.28
Hex 8B 2A 2 0 46 63 2D 12 61 1C
Octal 213 52 2 0 106 143 55 22 141 34
Binary 10001011 101010 10 0 1000110 1100011 101101 10010 1100001 11100

Color Harmonies of #8B2A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2A02

Black with #8B2A02

Text Example


Text Example

White with #8B2A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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