Html Css Color HEX #912821 Mandarian Orange

📋 copy color: '#912821'

red 145 ◦ green 40 ◦ blue 33

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

Shades of Mandarian Orange #912821

Tints of Mandarian Orange #912821

RGB

 RED value IS 145 (57.03% from 255) = 66.51%

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

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 66.51%
G = 18.35%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#912821 (or 0x912821) is known color: Mandarian Orange. HEX triplet: 91, 28 and 21. RGB value is (145,40,33). Sum of RGB (Red+Green+Blue) = 145+40+33=218 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.51% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 145 - color contains mainly: red. Hex color #912821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912821 is #6ED7DE. Grayscale: #464646. Windows color (decimal): -7264223 or 2173073. OLE color: 2173073.

HSL color Cylindrical-coordinate representation of color #912821: hue angle of 3.75º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912821 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 40 33 -
CMYK 0 0.72 0.77 0.43
HSL 3.75º 0.63% 0.35% -
HSV(B) 3.75º 0.77% 0.57% -
XYZ 12.71 7.65 2.24 -
YUV 70.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 145 40 33 0 0.72 0.77 0.43 3.75 0.63 0.35
Hex 91 28 21 0 48 4D 2B 4 3F 23
Octal 221 50 41 0 110 115 53 4 77 43
Binary 10010001 101000 100001 0 1001000 1001101 101011 100 111111 100011

Color Harmonies of #912821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912821

Black with #912821

Text Example


Text Example

White with #912821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912821; }

 p { color: rgb(145,40,33); }

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

background-color css

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

 a { background-color: rgb(145,40,33); }

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

border-color css

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

 span { border-color: rgb(145,40,33); }

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