Html Css Color HEX #744734 Cumin

📋 copy color: '#744734'

red 116 ◦ green 71 ◦ blue 52

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

Shades of Cumin #744734

Tints of Cumin #744734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.71%

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

R = 48.54%
G = 29.71%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#744734 (or 0x744734) is known color: Cumin. HEX triplet: 74, 47 and 34. RGB value is (116,71,52). Sum of RGB (Red+Green+Blue) = 116+71+52=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #744734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744734 is #8BB8CB. Grayscale: #525252. Windows color (decimal): -9156812 or 3426164. OLE color: 3426164.

HSL color Cylindrical-coordinate representation of color #744734: hue angle of 17.81º 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 #744734 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 71 52 -
CMYK 0 0.39 0.55 0.55
HSL 17.81º 0.38% 0.33% -
HSV(B) 17.81º 0.55% 0.45% -
XYZ 10.08 8.47 4.35 -
YUV 82.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 116 71 52 0 0.39 0.55 0.55 17.81 0.38 0.33
Hex 74 47 34 0 27 37 37 12 26 21
Octal 164 107 64 0 47 67 67 22 46 41
Binary 1110100 1000111 110100 0 100111 110111 110111 10010 100110 100001

Color Harmonies of #744734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744734

Black with #744734

Text Example


Text Example

White with #744734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744734; }

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

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

background-color css

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

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

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

border-color css

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

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

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