Html Css Color HEX #704333 Cumin

📋 copy color: '#704333'

red 112 ◦ green 67 ◦ blue 51

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

Shades of Cumin #704333

Tints of Cumin #704333

RGB

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

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

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

R = 48.7%
G = 29.13%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#704333 (or 0x704333) is known color: Cumin. HEX triplet: 70, 43 and 33. RGB value is (112,67,51). Sum of RGB (Red+Green+Blue) = 112+67+51=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #704333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704333 is #8FBCCC. Grayscale: #4E4E4E. Windows color (decimal): -9419981 or 3359600. OLE color: 3359600.

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

Color convert

RGB 112 67 51 -
CMYK 0 0.40 0.54 0.56
HSL 15.74º 0.37% 0.32% -
HSV(B) 15.74º 0.54% 0.44% -
XYZ 9.29 7.7 4.13 -
YUV 78.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 112 67 51 0 0.40 0.54 0.56 15.74 0.37 0.32
Hex 70 43 33 0 28 36 38 10 25 20
Octal 160 103 63 0 50 66 70 20 45 40
Binary 1110000 1000011 110011 0 101000 110110 111000 10000 100101 100000

Color Harmonies of #704333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704333

Black with #704333

Text Example


Text Example

White with #704333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704333; }

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

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

background-color css

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

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

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

border-color css

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

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

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