Html Css Color HEX #832926 Mandarian Orange

📋 copy color: '#832926'

red 131 ◦ green 41 ◦ blue 38

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

Shades of Mandarian Orange #832926

Tints of Mandarian Orange #832926

RGB

 RED value IS 131 (51.56% from 255) = 62.38%

 GREEN value IS 41 (16.41% from 255) = 19.52%

 BLUE value IS 38 (15.23% from 255) = 18.1%

R = 62.38%
G = 19.52%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#832926 (or 0x832926) is known color: Mandarian Orange. HEX triplet: 83, 29 and 26. RGB value is (131,41,38). Sum of RGB (Red+Green+Blue) = 131+41+38=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #832926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832926 is #7CD6D9. Grayscale: #434343. Windows color (decimal): -8181466 or 2500995. OLE color: 2500995.

HSL color Cylindrical-coordinate representation of color #832926: hue angle of 1.94º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832926 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 41 38 -
CMYK 0 0.69 0.71 0.49
HSL 1.94º 0.55% 0.33% -
HSV(B) 1.94º 0.71% 0.51% -
XYZ 10.5 6.55 2.54 -
YUV 67.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 131 41 38 0 0.69 0.71 0.49 1.94 0.55 0.33
Hex 83 29 26 0 45 47 31 2 37 21
Octal 203 51 46 0 105 107 61 2 67 41
Binary 10000011 101001 100110 0 1000101 1000111 110001 10 110111 100001

Color Harmonies of #832926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832926

Black with #832926

Text Example


Text Example

White with #832926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832926; }

 p { color: rgb(131,41,38); }

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

background-color css

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

 a { background-color: rgb(131,41,38); }

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

border-color css

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

 span { border-color: rgb(131,41,38); }

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