Html Css Color HEX #8B261A Mandarian Orange

📋 copy color: '#8B261A'

red 139 ◦ green 38 ◦ blue 26

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

Shades of Mandarian Orange #8B261A

Tints of Mandarian Orange #8B261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

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

R = 68.47%
G = 18.72%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8B261A (or 0x8B261A) is known color: Mandarian Orange. HEX triplet: 8B, 26 and 1A. RGB value is (139,38,26). Sum of RGB (Red+Green+Blue) = 139+38+26=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B261A is #74D9E5. Grayscale: #424242. Windows color (decimal): -7657958 or 1713803. OLE color: 1713803.

HSL color Cylindrical-coordinate representation of color #8B261A: hue angle of 6.37º 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 #8B261A is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 38 26 -
CMYK 0 0.73 0.81 0.45
HSL 6.37º 0.68% 0.32% -
HSV(B) 6.37º 0.81% 0.55% -
XYZ 11.53 6.95 1.71 -
YUV 66.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 139 38 26 0 0.73 0.81 0.45 6.37 0.68 0.32
Hex 8B 26 1A 0 49 51 2D 6 44 20
Octal 213 46 32 0 111 121 55 6 104 40
Binary 10001011 100110 11010 0 1001001 1010001 101101 110 1000100 100000

Color Harmonies of #8B261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B261A

Black with #8B261A

Text Example


Text Example

White with #8B261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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