Html Css Color HEX #706352 Makara

📋 copy color: '#706352'

red 112 ◦ green 99 ◦ blue 82

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

Shades of Makara #706352

Tints of Makara #706352

RGB

 RED value IS 112 (44.14% from 255) = 38.23%

 GREEN value IS 99 (39.06% from 255) = 33.79%

 BLUE value IS 82 (32.42% from 255) = 27.99%

R = 38.23%
G = 33.79%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#706352 (or 0x706352) is known color: Makara. HEX triplet: 70, 63 and 52. RGB value is (112,99,82). Sum of RGB (Red+Green+Blue) = 112+99+82=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706352 is #8F9CAD. Grayscale: #656565. Windows color (decimal): -9411758 or 5399408. OLE color: 5399408.

HSL color Cylindrical-coordinate representation of color #706352: hue angle of 34º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706352 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 82 -
CMYK 0 0.12 0.27 0.56
HSL 34º 0.15% 0.38% -
HSV(B) 34º 0.27% 0.44% -
XYZ 12.67 12.98 9.82 -
YUV 100.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 112 99 82 0 0.12 0.27 0.56 34 0.15 0.38
Hex 70 63 52 0 C 1B 38 22 F 26
Octal 160 143 122 0 14 33 70 42 17 46
Binary 1110000 1100011 1010010 0 1100 11011 111000 100010 1111 100110

Color Harmonies of #706352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706352

Black with #706352

Text Example


Text Example

White with #706352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706352; }

 p { color: rgb(112,99,82); }

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

background-color css

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

 a { background-color: rgb(112,99,82); }

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

border-color css

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

 span { border-color: rgb(112,99,82); }

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