Html Css Color HEX #951F0E Mandarian Orange

📋 copy color: '#951F0E'

red 149 ◦ green 31 ◦ blue 14

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

Shades of Mandarian Orange #951F0E

Tints of Mandarian Orange #951F0E

RGB

 RED value IS 149 (58.59% from 255) = 76.8%

 GREEN value IS 31 (12.5% from 255) = 15.98%

 BLUE value IS 14 (5.86% from 255) = 7.22%

R = 76.8%
G = 15.98%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#951F0E (or 0x951F0E) is known color: Mandarian Orange. HEX triplet: 95, 1F and 0E. RGB value is (149,31,14). Sum of RGB (Red+Green+Blue) = 149+31+14=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #951F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F0E is #6AE0F1. Grayscale: #404040. Windows color (decimal): -7004402 or 925589. OLE color: 925589.

HSL color Cylindrical-coordinate representation of color #951F0E: hue angle of 7.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #951F0E is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 31 14 -
CMYK 0 0.79 0.91 0.42
HSL 7.56º 0.83% 0.32% -
HSV(B) 7.56º 0.91% 0.58% -
XYZ 12.96 7.4 1.16 -
YUV 64.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 149 31 14 0 0.79 0.91 0.42 7.56 0.83 0.32
Hex 95 1F E 0 4F 5B 2A 8 53 20
Octal 225 37 16 0 117 133 52 10 123 40
Binary 10010101 11111 1110 0 1001111 1011011 101010 1000 1010011 100000

Color Harmonies of #951F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F0E

Black with #951F0E

Text Example


Text Example

White with #951F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951F0E; }

 p { color: rgb(149,31,14); }

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

background-color css

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

 a { background-color: rgb(149,31,14); }

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

border-color css

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

 span { border-color: rgb(149,31,14); }

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