Html Css Color HEX #744434 Cumin

📋 copy color: '#744434'

red 116 ◦ green 68 ◦ blue 52

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

Shades of Cumin #744434

Tints of Cumin #744434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 49.15%
G = 28.81%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#744434 (or 0x744434) is known color: Cumin. HEX triplet: 74, 44 and 34. RGB value is (116,68,52). Sum of RGB (Red+Green+Blue) = 116+68+52=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #744434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744434 is #8BBBCB. Grayscale: #505050. Windows color (decimal): -9157580 or 3425396. OLE color: 3425396.

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

Color convert

RGB 116 68 52 -
CMYK 0 0.41 0.55 0.55
HSL 15º 0.38% 0.33% -
HSV(B) 15º 0.55% 0.45% -
XYZ 9.89 8.1 4.29 -
YUV 80.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 116 68 52 0 0.41 0.55 0.55 15 0.38 0.33
Hex 74 44 34 0 29 37 37 F 26 21
Octal 164 104 64 0 51 67 67 17 46 41
Binary 1110100 1000100 110100 0 101001 110111 110111 1111 100110 100001

Color Harmonies of #744434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744434

Black with #744434

Text Example


Text Example

White with #744434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744434; }

 p { color: rgb(116,68,52); }

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

background-color css

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

 a { background-color: rgb(116,68,52); }

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

border-color css

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

 span { border-color: rgb(116,68,52); }

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