Html Css Color HEX #704233 Cumin

📋 copy color: '#704233'

red 112 ◦ green 66 ◦ blue 51

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

Shades of Cumin #704233

Tints of Cumin #704233

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

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

R = 48.91%
G = 28.82%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#704233 (or 0x704233) is known color: Cumin. HEX triplet: 70, 42 and 33. RGB value is (112,66,51). Sum of RGB (Red+Green+Blue) = 112+66+51=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #704233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704233 is #8FBDCC. Grayscale: #4E4E4E. Windows color (decimal): -9420237 or 3359344. OLE color: 3359344.

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

Color convert

RGB 112 66 51 -
CMYK 0 0.41 0.54 0.56
HSL 14.75º 0.37% 0.32% -
HSV(B) 14.75º 0.54% 0.44% -
XYZ 9.23 7.58 4.11 -
YUV 78.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 112 66 51 0 0.41 0.54 0.56 14.75 0.37 0.32
Hex 70 42 33 0 29 36 38 F 25 20
Octal 160 102 63 0 51 66 70 17 45 40
Binary 1110000 1000010 110011 0 101001 110110 111000 1111 100101 100000

Color Harmonies of #704233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704233

Black with #704233

Text Example


Text Example

White with #704233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704233; }

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

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

background-color css

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

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

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

border-color css

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

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

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