Html Css Color HEX #97260B Mandarian Orange

📋 copy color: '#97260B'

red 151 ◦ green 38 ◦ blue 11

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

Shades of Mandarian Orange #97260B

Tints of Mandarian Orange #97260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

 BLUE value IS 11 (4.69% from 255) = 5.5%

R = 75.5%
G = 19%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97260B (or 0x97260B) is known color: Mandarian Orange. HEX triplet: 97, 26 and 0B. RGB value is (151,38,11). Sum of RGB (Red+Green+Blue) = 151+38+11=200 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 151 - color contains mainly: red. Hex color #97260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97260B is #68D9F4. Grayscale: #444444. Windows color (decimal): -6871541 or 730775. OLE color: 730775.

HSL color Cylindrical-coordinate representation of color #97260B: hue angle of 11.57º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97260B is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 38 11 -
CMYK 0 0.75 0.93 0.41
HSL 11.57º 0.86% 0.32% -
HSV(B) 11.57º 0.93% 0.59% -
XYZ 13.52 7.99 1.15 -
YUV 68.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 151 38 11 0 0.75 0.93 0.41 11.57 0.86 0.32
Hex 97 26 B 0 4B 5D 29 C 56 20
Octal 227 46 13 0 113 135 51 14 126 40
Binary 10010111 100110 1011 0 1001011 1011101 101001 1100 1010110 100000

Color Harmonies of #97260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97260B

Black with #97260B

Text Example


Text Example

White with #97260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97260B; }

 p { color: rgb(151,38,11); }

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

background-color css

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

 a { background-color: rgb(151,38,11); }

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

border-color css

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

 span { border-color: rgb(151,38,11); }

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