Html Css Color HEX #902513 Mandarian Orange

📋 copy color: '#902513'

red 144 ◦ green 37 ◦ blue 19

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

Shades of Mandarian Orange #902513

Tints of Mandarian Orange #902513

RGB

 RED value IS 144 (56.64% from 255) = 72%

 GREEN value IS 37 (14.84% from 255) = 18.5%

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 72%
G = 18.5%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#902513 (or 0x902513) is known color: Mandarian Orange. HEX triplet: 90, 25 and 13. RGB value is (144,37,19). Sum of RGB (Red+Green+Blue) = 144+37+19=200 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 144 - color contains mainly: red. Hex color #902513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902513 is #6FDAEC. Grayscale: #434343. Windows color (decimal): -7330541 or 1254800. OLE color: 1254800.

HSL color Cylindrical-coordinate representation of color #902513: hue angle of 8.64º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #902513 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 37 19 -
CMYK 0 0.74 0.87 0.44
HSL 8.64º 0.77% 0.32% -
HSV(B) 8.64º 0.87% 0.56% -
XYZ 12.28 7.3 1.38 -
YUV 66.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 144 37 19 0 0.74 0.87 0.44 8.64 0.77 0.32
Hex 90 25 13 0 4A 57 2C 9 4D 20
Octal 220 45 23 0 112 127 54 11 115 40
Binary 10010000 100101 10011 0 1001010 1010111 101100 1001 1001101 100000

Color Harmonies of #902513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902513

Black with #902513

Text Example


Text Example

White with #902513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902513; }

 p { color: rgb(144,37,19); }

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

background-color css

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

 a { background-color: rgb(144,37,19); }

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

border-color css

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

 span { border-color: rgb(144,37,19); }

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