Html Css Color HEX #8B2822 Mandarian Orange

📋 copy color: '#8B2822'

red 139 ◦ green 40 ◦ blue 34

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

Shades of Mandarian Orange #8B2822

Tints of Mandarian Orange #8B2822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.96%

R = 65.26%
G = 18.78%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8B2822 (or 0x8B2822) is known color: Mandarian Orange. HEX triplet: 8B, 28 and 22. RGB value is (139,40,34). Sum of RGB (Red+Green+Blue) = 139+40+34=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2822 is #74D7DD. Grayscale: #454545. Windows color (decimal): -7657438 or 2238603. OLE color: 2238603.

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

Color convert

RGB 139 40 34 -
CMYK 0 0.71 0.76 0.45
HSL 3.43º 0.61% 0.34% -
HSV(B) 3.43º 0.76% 0.55% -
XYZ 11.69 7.12 2.27 -
YUV 68.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 139 40 34 0 0.71 0.76 0.45 3.43 0.61 0.34
Hex 8B 28 22 0 47 4C 2D 3 3D 22
Octal 213 50 42 0 107 114 55 3 75 42
Binary 10001011 101000 100010 0 1000111 1001100 101101 11 111101 100010

Color Harmonies of #8B2822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2822

Black with #8B2822

Text Example


Text Example

White with #8B2822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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