Html Css Color HEX #704432 Cumin

📋 copy color: '#704432'

red 112 ◦ green 68 ◦ blue 50

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

Shades of Cumin #704432

Tints of Cumin #704432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.74%

R = 48.7%
G = 29.57%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#704432 (or 0x704432) is known color: Cumin. HEX triplet: 70, 44 and 32. RGB value is (112,68,50). Sum of RGB (Red+Green+Blue) = 112+68+50=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #704432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704432 is #8FBBCD. Grayscale: #4F4F4F. Windows color (decimal): -9419726 or 3294320. OLE color: 3294320.

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

Color convert

RGB 112 68 50 -
CMYK 0 0.39 0.55 0.56
HSL 17.42º 0.38% 0.32% -
HSV(B) 17.42º 0.55% 0.44% -
XYZ 9.32 7.81 4.03 -
YUV 79.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 112 68 50 0 0.39 0.55 0.56 17.42 0.38 0.32
Hex 70 44 32 0 27 37 38 11 26 20
Octal 160 104 62 0 47 67 70 21 46 40
Binary 1110000 1000100 110010 0 100111 110111 111000 10001 100110 100000

Color Harmonies of #704432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704432

Black with #704432

Text Example


Text Example

White with #704432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704432; }

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

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

background-color css

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

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

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

border-color css

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

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

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