Html Css Color HEX #744531 Cumin

📋 copy color: '#744531'

red 116 ◦ green 69 ◦ blue 49

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

Shades of Cumin #744531

Tints of Cumin #744531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.49%

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

R = 49.57%
G = 29.49%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#744531 (or 0x744531) is known color: Cumin. HEX triplet: 74, 45 and 31. RGB value is (116,69,49). Sum of RGB (Red+Green+Blue) = 116+69+49=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #744531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744531 is #8BBACE. Grayscale: #505050. Windows color (decimal): -9157327 or 3229044. OLE color: 3229044.

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

Color convert

RGB 116 69 49 -
CMYK 0 0.41 0.58 0.55
HSL 17.91º 0.41% 0.32% -
HSV(B) 17.91º 0.58% 0.45% -
XYZ 9.88 8.19 3.97 -
YUV 80.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 116 69 49 0 0.41 0.58 0.55 17.91 0.41 0.32
Hex 74 45 31 0 29 3A 37 12 29 20
Octal 164 105 61 0 51 72 67 22 51 40
Binary 1110100 1000101 110001 0 101001 111010 110111 10010 101001 100000

Color Harmonies of #744531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744531

Black with #744531

Text Example


Text Example

White with #744531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744531; }

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

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

background-color css

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

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

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

border-color css

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

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

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