Html Css Color HEX #902714 Mandarian Orange

📋 copy color: '#902714'

red 144 ◦ green 39 ◦ blue 20

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

Shades of Mandarian Orange #902714

Tints of Mandarian Orange #902714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.21%

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 70.94%
G = 19.21%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#902714 (or 0x902714) is known color: Mandarian Orange. HEX triplet: 90, 27 and 14. RGB value is (144,39,20). Sum of RGB (Red+Green+Blue) = 144+39+20=203 (26% of max value = 765). Red value is 144 (56.64% from 255 or 70.94% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 144 - color contains mainly: red. Hex color #902714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902714 is #6FD8EB. Grayscale: #444444. Windows color (decimal): -7330028 or 1320848. OLE color: 1320848.

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

Color convert

RGB 144 39 20 -
CMYK 0 0.73 0.86 0.44
HSL 9.19º 0.76% 0.32% -
HSV(B) 9.19º 0.86% 0.56% -
XYZ 12.35 7.43 1.45 -
YUV 68.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 144 39 20 0 0.73 0.86 0.44 9.19 0.76 0.32
Hex 90 27 14 0 49 56 2C 9 4C 20
Octal 220 47 24 0 111 126 54 11 114 40
Binary 10010000 100111 10100 0 1001001 1010110 101100 1001 1001100 100000

Color Harmonies of #902714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902714

Black with #902714

Text Example


Text Example

White with #902714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902714; }

 p { color: rgb(144,39,20); }

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

background-color css

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

 a { background-color: rgb(144,39,20); }

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

border-color css

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

 span { border-color: rgb(144,39,20); }

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