Html Css Color HEX #704533 Cumin

📋 copy color: '#704533'

red 112 ◦ green 69 ◦ blue 51

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

Shades of Cumin #704533

Tints of Cumin #704533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.98%

R = 48.28%
G = 29.74%
B = 21.98%

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

#704533 (or 0x704533) is known color: Cumin. HEX triplet: 70, 45 and 33. RGB value is (112,69,51). Sum of RGB (Red+Green+Blue) = 112+69+51=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #704533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704533 is #8FBACC. Grayscale: #4F4F4F. Windows color (decimal): -9419469 or 3360112. OLE color: 3360112.

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

Color convert

RGB 112 69 51 -
CMYK 0 0.38 0.54 0.56
HSL 17.7º 0.37% 0.32% -
HSV(B) 17.7º 0.54% 0.44% -
XYZ 9.41 7.94 4.17 -
YUV 79.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 112 69 51 0 0.38 0.54 0.56 17.7 0.37 0.32
Hex 70 45 33 0 26 36 38 12 25 20
Octal 160 105 63 0 46 66 70 22 45 40
Binary 1110000 1000101 110011 0 100110 110110 111000 10010 100101 100000

Color Harmonies of #704533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704533

Black with #704533

Text Example


Text Example

White with #704533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704533; }

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

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

background-color css

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

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

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

border-color css

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

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

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