Html Css Color HEX #97230C Mandarian Orange

📋 copy color: '#97230C'

red 151 ◦ green 35 ◦ blue 12

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

Shades of Mandarian Orange #97230C

Tints of Mandarian Orange #97230C

RGB

 RED value IS 151 (59.38% from 255) = 76.26%

 GREEN value IS 35 (14.06% from 255) = 17.68%

 BLUE value IS 12 (5.08% from 255) = 6.06%

R = 76.26%
G = 17.68%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#97230C (or 0x97230C) is known color: Mandarian Orange. HEX triplet: 97, 23 and 0C. RGB value is (151,35,12). Sum of RGB (Red+Green+Blue) = 151+35+12=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #97230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97230C is #68DCF3. Grayscale: #434343. Windows color (decimal): -6872308 or 795543. OLE color: 795543.

HSL color Cylindrical-coordinate representation of color #97230C: hue angle of 9.93º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97230C is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 35 12 -
CMYK 0 0.77 0.92 0.41
HSL 9.93º 0.85% 0.32% -
HSV(B) 9.93º 0.92% 0.59% -
XYZ 13.43 7.81 1.15 -
YUV 67.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 151 35 12 0 0.77 0.92 0.41 9.93 0.85 0.32
Hex 97 23 C 0 4D 5C 29 A 55 20
Octal 227 43 14 0 115 134 51 12 125 40
Binary 10010111 100011 1100 0 1001101 1011100 101001 1010 1010101 100000

Color Harmonies of #97230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97230C

Black with #97230C

Text Example


Text Example

White with #97230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97230C; }

 p { color: rgb(151,35,12); }

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

background-color css

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

 a { background-color: rgb(151,35,12); }

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

border-color css

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

 span { border-color: rgb(151,35,12); }

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