Html Css Color HEX #704534 Cumin

📋 copy color: '#704534'

red 112 ◦ green 69 ◦ blue 52

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

Shades of Cumin #704534

Tints of Cumin #704534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.32%

R = 48.07%
G = 29.61%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#704534 (or 0x704534) is known color: Cumin. HEX triplet: 70, 45 and 34. RGB value is (112,69,52). Sum of RGB (Red+Green+Blue) = 112+69+52=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704534 is #8FBACB. Grayscale: #505050. Windows color (decimal): -9419468 or 3425648. OLE color: 3425648.

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

Color convert

RGB 112 69 52 -
CMYK 0 0.38 0.54 0.56
HSL 17º 0.37% 0.32% -
HSV(B) 17º 0.54% 0.44% -
XYZ 9.43 7.95 4.29 -
YUV 79.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 112 69 52 0 0.38 0.54 0.56 17 0.37 0.32
Hex 70 45 34 0 26 36 38 11 25 20
Octal 160 105 64 0 46 66 70 21 45 40
Binary 1110000 1000101 110100 0 100110 110110 111000 10001 100101 100000

Color Harmonies of #704534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704534

Black with #704534

Text Example


Text Example

White with #704534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704534; }

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

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

background-color css

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

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

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

border-color css

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

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

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