Html Css Color HEX #704536 Cumin

📋 copy color: '#704536'

red 112 ◦ green 69 ◦ blue 54

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

Shades of Cumin #704536

Tints of Cumin #704536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 47.66%
G = 29.36%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#704536 (or 0x704536) is known color: Cumin. HEX triplet: 70, 45 and 36. RGB value is (112,69,54). Sum of RGB (Red+Green+Blue) = 112+69+54=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704536 is #8FBAC9. Grayscale: #505050. Windows color (decimal): -9419466 or 3556720. OLE color: 3556720.

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

Color convert

RGB 112 69 54 -
CMYK 0 0.38 0.52 0.56
HSL 15.52º 0.35% 0.33% -
HSV(B) 15.52º 0.52% 0.44% -
XYZ 9.48 7.97 4.53 -
YUV 80.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 112 69 54 0 0.38 0.52 0.56 15.52 0.35 0.33
Hex 70 45 36 0 26 34 38 10 23 21
Octal 160 105 66 0 46 64 70 20 43 41
Binary 1110000 1000101 110110 0 100110 110100 111000 10000 100011 100001

Color Harmonies of #704536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704536

Black with #704536

Text Example


Text Example

White with #704536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704536; }

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

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

background-color css

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

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

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

border-color css

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

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

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