Html Css Color HEX #8B241E Mandarian Orange

📋 copy color: '#8B241E'

red 139 ◦ green 36 ◦ blue 30

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

Shades of Mandarian Orange #8B241E

Tints of Mandarian Orange #8B241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 67.8%
G = 17.56%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B241E (or 0x8B241E) is known color: Mandarian Orange. HEX triplet: 8B, 24 and 1E. RGB value is (139,36,30). Sum of RGB (Red+Green+Blue) = 139+36+30=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B241E is #74DBE1. Grayscale: #424242. Windows color (decimal): -7658466 or 1975435. OLE color: 1975435.

HSL color Cylindrical-coordinate representation of color #8B241E: hue angle of 3.3º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B241E is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 36 30 -
CMYK 0 0.74 0.78 0.45
HSL 3.3º 0.64% 0.33% -
HSV(B) 3.3º 0.78% 0.55% -
XYZ 11.51 6.84 1.94 -
YUV 66.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 139 36 30 0 0.74 0.78 0.45 3.3 0.64 0.33
Hex 8B 24 1E 0 4A 4E 2D 3 40 21
Octal 213 44 36 0 112 116 55 3 100 41
Binary 10001011 100100 11110 0 1001010 1001110 101101 11 1000000 100001

Color Harmonies of #8B241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B241E

Black with #8B241E

Text Example


Text Example

White with #8B241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,36,30); }

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

background-color css

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

 a { background-color: rgb(139,36,30); }

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

border-color css

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

 span { border-color: rgb(139,36,30); }

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