Html Css Color HEX #704332 Cumin

📋 copy color: '#704332'

red 112 ◦ green 67 ◦ blue 50

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

Shades of Cumin #704332

Tints of Cumin #704332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.26%

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

R = 48.91%
G = 29.26%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#704332 (or 0x704332) is known color: Cumin. HEX triplet: 70, 43 and 32. RGB value is (112,67,50). Sum of RGB (Red+Green+Blue) = 112+67+50=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #704332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704332 is #8FBCCD. Grayscale: #4E4E4E. Windows color (decimal): -9419982 or 3294064. OLE color: 3294064.

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

Color convert

RGB 112 67 50 -
CMYK 0 0.40 0.55 0.56
HSL 16.45º 0.38% 0.32% -
HSV(B) 16.45º 0.55% 0.44% -
XYZ 9.26 7.69 4.01 -
YUV 78.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 112 67 50 0 0.40 0.55 0.56 16.45 0.38 0.32
Hex 70 43 32 0 28 37 38 10 26 20
Octal 160 103 62 0 50 67 70 20 46 40
Binary 1110000 1000011 110010 0 101000 110111 111000 10000 100110 100000

Color Harmonies of #704332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704332

Black with #704332

Text Example


Text Example

White with #704332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704332; }

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

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

background-color css

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

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

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

border-color css

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

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

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