Html Css Color HEX #942308 Mandarian Orange

📋 copy color: '#942308'

red 148 ◦ green 35 ◦ blue 8

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

Shades of Mandarian Orange #942308

Tints of Mandarian Orange #942308

RGB

 RED value IS 148 (58.2% from 255) = 77.49%

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

 BLUE value IS 8 (3.52% from 255) = 4.19%

R = 77.49%
G = 18.32%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#942308 (or 0x942308) is known color: Mandarian Orange. HEX triplet: 94, 23 and 08. RGB value is (148,35,8). Sum of RGB (Red+Green+Blue) = 148+35+8=191 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.49% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 148 - color contains mainly: red. Hex color #942308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942308 is #6BDCF7. Grayscale: #414141. Windows color (decimal): -7068920 or 533396. OLE color: 533396.

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

Color convert

RGB 148 35 8 -
CMYK 0 0.76 0.95 0.42
HSL 11.57º 0.9% 0.31% -
HSV(B) 11.57º 0.95% 0.58% -
XYZ 12.86 7.52 1 -
YUV 65.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 148 35 8 0 0.76 0.95 0.42 11.57 0.9 0.31
Hex 94 23 8 0 4C 5F 2A C 5A 1F
Octal 224 43 10 0 114 137 52 14 132 37
Binary 10010100 100011 1000 0 1001100 1011111 101010 1100 1011010 11111

Color Harmonies of #942308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942308

Black with #942308

Text Example


Text Example

White with #942308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942308; }

 p { color: rgb(148,35,8); }

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

background-color css

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

 a { background-color: rgb(148,35,8); }

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

border-color css

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

 span { border-color: rgb(148,35,8); }

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