Html Css Color HEX #744331 Cumin

📋 copy color: '#744331'

red 116 ◦ green 67 ◦ blue 49

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

Shades of Cumin #744331

Tints of Cumin #744331

RGB

 RED value IS 116 (45.7% from 255) = 50%

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

 BLUE value IS 49 (19.53% from 255) = 21.12%

R = 50%
G = 28.88%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#744331 (or 0x744331) is known color: Cumin. HEX triplet: 74, 43 and 31. RGB value is (116,67,49). Sum of RGB (Red+Green+Blue) = 116+67+49=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #744331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744331 is #8BBCCE. Grayscale: #4F4F4F. Windows color (decimal): -9157839 or 3228532. OLE color: 3228532.

HSL color Cylindrical-coordinate representation of color #744331: hue angle of 16.12º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #744331 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 67 49 -
CMYK 0 0.42 0.58 0.55
HSL 16.12º 0.41% 0.32% -
HSV(B) 16.12º 0.58% 0.45% -
XYZ 9.76 7.95 3.93 -
YUV 79.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 116 67 49 0 0.42 0.58 0.55 16.12 0.41 0.32
Hex 74 43 31 0 2A 3A 37 10 29 20
Octal 164 103 61 0 52 72 67 20 51 40
Binary 1110100 1000011 110001 0 101010 111010 110111 10000 101001 100000

Color Harmonies of #744331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744331

Black with #744331

Text Example


Text Example

White with #744331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744331; }

 p { color: rgb(116,67,49); }

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

background-color css

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

 a { background-color: rgb(116,67,49); }

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

border-color css

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

 span { border-color: rgb(116,67,49); }

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