Html Css Color HEX #992507 Mandarian Orange

📋 copy color: '#992507'

red 153 ◦ green 37 ◦ blue 7

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

Shades of Mandarian Orange #992507

Tints of Mandarian Orange #992507

RGB

 RED value IS 153 (60.16% from 255) = 77.66%

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

 BLUE value IS 7 (3.13% from 255) = 3.55%

R = 77.66%
G = 18.78%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#992507 (or 0x992507) is known color: Mandarian Orange. HEX triplet: 99, 25 and 07. RGB value is (153,37,7). Sum of RGB (Red+Green+Blue) = 153+37+7=197 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.66% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 153 - color contains mainly: red. Hex color #992507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992507 is #66DAF8. Grayscale: #444444. Windows color (decimal): -6740729 or 468377. OLE color: 468377.

HSL color Cylindrical-coordinate representation of color #992507: hue angle of 12.33º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #992507 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 7 -
CMYK 0 0.76 0.95 0.4
HSL 12.33º 0.91% 0.31% -
HSV(B) 12.33º 0.95% 0.6% -
XYZ 13.84 8.11 1.04 -
YUV 68.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 153 37 7 0 0.76 0.95 0.4 12.33 0.91 0.31
Hex 99 25 7 0 4C 5F 28 C 5B 1F
Octal 231 45 7 0 114 137 50 14 133 37
Binary 10011001 100101 111 0 1001100 1011111 101000 1100 1011011 11111

Color Harmonies of #992507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992507

Black with #992507

Text Example


Text Example

White with #992507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992507; }

 p { color: rgb(153,37,7); }

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

background-color css

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

 a { background-color: rgb(153,37,7); }

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

border-color css

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

 span { border-color: rgb(153,37,7); }

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