Html Css Color HEX #8B281A Mandarian Orange

📋 copy color: '#8B281A'

red 139 ◦ green 40 ◦ blue 26

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

Shades of Mandarian Orange #8B281A

Tints of Mandarian Orange #8B281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 67.8%
G = 19.51%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8B281A (or 0x8B281A) is known color: Mandarian Orange. HEX triplet: 8B, 28 and 1A. RGB value is (139,40,26). Sum of RGB (Red+Green+Blue) = 139+40+26=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B281A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B281A is #74D7E5. Grayscale: #444444. Windows color (decimal): -7657446 or 1714315. OLE color: 1714315.

HSL color Cylindrical-coordinate representation of color #8B281A: hue angle of 7.43º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B281A is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 40 26 -
CMYK 0 0.71 0.81 0.45
HSL 7.43º 0.68% 0.32% -
HSV(B) 7.43º 0.81% 0.55% -
XYZ 11.59 7.08 1.73 -
YUV 68.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 139 40 26 0 0.71 0.81 0.45 7.43 0.68 0.32
Hex 8B 28 1A 0 47 51 2D 7 44 20
Octal 213 50 32 0 107 121 55 7 104 40
Binary 10001011 101000 11010 0 1000111 1010001 101101 111 1000100 100000

Color Harmonies of #8B281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B281A

Black with #8B281A

Text Example


Text Example

White with #8B281A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,40,26); }

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

background-color css

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

 a { background-color: rgb(139,40,26); }

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

border-color css

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

 span { border-color: rgb(139,40,26); }

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