Html Css Color HEX #704535 Cumin

📋 copy color: '#704535'

red 112 ◦ green 69 ◦ blue 53

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

Shades of Cumin #704535

Tints of Cumin #704535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.49%

 BLUE value IS 53 (21.09% from 255) = 22.65%

R = 47.86%
G = 29.49%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#704535 (or 0x704535) is known color: Cumin. HEX triplet: 70, 45 and 35. RGB value is (112,69,53). Sum of RGB (Red+Green+Blue) = 112+69+53=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704535 is #8FBACA. Grayscale: #505050. Windows color (decimal): -9419467 or 3491184. OLE color: 3491184.

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

Color convert

RGB 112 69 53 -
CMYK 0 0.38 0.53 0.56
HSL 16.27º 0.36% 0.32% -
HSV(B) 16.27º 0.53% 0.44% -
XYZ 9.45 7.96 4.41 -
YUV 80.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 112 69 53 0 0.38 0.53 0.56 16.27 0.36 0.32
Hex 70 45 35 0 26 35 38 10 24 20
Octal 160 105 65 0 46 65 70 20 44 40
Binary 1110000 1000101 110101 0 100110 110101 111000 10000 100100 100000

Color Harmonies of #704535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704535

Black with #704535

Text Example


Text Example

White with #704535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704535; }

 p { color: rgb(112,69,53); }

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

background-color css

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

 a { background-color: rgb(112,69,53); }

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

border-color css

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

 span { border-color: rgb(112,69,53); }

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