Html Css Color HEX #704435 Cumin

📋 copy color: '#704435'

red 112 ◦ green 68 ◦ blue 53

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

Shades of Cumin #704435

Tints of Cumin #704435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.18%

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

R = 48.07%
G = 29.18%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#704435 (or 0x704435) is known color: Cumin. HEX triplet: 70, 44 and 35. RGB value is (112,68,53). Sum of RGB (Red+Green+Blue) = 112+68+53=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704435 is #8FBBCA. Grayscale: #4F4F4F. Windows color (decimal): -9419723 or 3490928. OLE color: 3490928.

HSL color Cylindrical-coordinate representation of color #704435: hue angle of 15.25º 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 #704435 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 68 53 -
CMYK 0 0.39 0.53 0.56
HSL 15.25º 0.36% 0.32% -
HSV(B) 15.25º 0.53% 0.44% -
XYZ 9.39 7.84 4.39 -
YUV 79.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 112 68 53 0 0.39 0.53 0.56 15.25 0.36 0.32
Hex 70 44 35 0 27 35 38 F 24 20
Octal 160 104 65 0 47 65 70 17 44 40
Binary 1110000 1000100 110101 0 100111 110101 111000 1111 100100 100000

Color Harmonies of #704435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704435

Black with #704435

Text Example


Text Example

White with #704435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704435; }

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

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

background-color css

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

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

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

border-color css

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

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

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